Update chat server URLs
This commit is contained in:
parent
b7ccd12245
commit
425404cd6e
3 changed files with 3 additions and 3 deletions
|
@ -246,7 +246,7 @@ iOS and Android apps are locked to the production servers. To test all scenarios
|
|||
staging, your best bet is to pull down the development version of the iOS or Android app,
|
||||
and register it with one of your extra phone numbers:
|
||||
|
||||
First, build Signal for Android or iOS from source, and point its service URL to `textsecure-service-staging.whispersystems.org`:
|
||||
First, build Signal for Android or iOS from source, and point its service URL to `chat.staging.signal.org`:
|
||||
|
||||
**on Android:** Replace the `SIGNAL_URL` value in [build.gradle](https://github.com/signalapp/Signal-Android/blob/master/build.gradle)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"serverUrl": "https://textsecure-service-staging.whispersystems.org",
|
||||
"serverUrl": "https://chat.staging.signal.org",
|
||||
"storageUrl": "https://storage-staging.signal.org",
|
||||
"directoryUrl": "https://api-staging.directory.signal.org",
|
||||
"directoryEnclaveId": "c98e00a4e3ff977a56afefe7362a27e4961e4f19e211febfbb19b897e6b80b15",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"serverUrl": "https://textsecure-service.whispersystems.org",
|
||||
"serverUrl": "https://chat.signal.org",
|
||||
"storageUrl": "https://storage.signal.org",
|
||||
"directoryUrl": "https://api.directory.signal.org",
|
||||
"cdn": {
|
||||
|
|
Loading…
Add table
Reference in a new issue