mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Add support for receiving attachments from CDN 2
This commit is contained in:
committed by
Scott Nonnenberg
parent
4dc7631851
commit
a0e9791623
@@ -267,7 +267,10 @@ the auto update infrastructure doesn't kick in while you are developing.
|
||||
{
|
||||
"serverUrl": "https://textsecure-service.whispersystems.org",
|
||||
"serverTrustRoot": "SOME_ALPHANUMERIC_STRING_MATCHING_PRODUCTION_JSON",
|
||||
"cdnUrl": "https://cdn.signal.org"
|
||||
"cdn": {
|
||||
"0": "https://cdn.signal.org",
|
||||
"2": "https://cdn2.signal.org"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user