Default to staging SFU for non-production builds.

This commit is contained in:
Artem Varaksa
2023-12-02 16:53:20 +03:00
parent ab187ab265
commit f757ca1cea
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
"resourcesUrl": "https://updates2.signal.org",
"artCreatorUrl": "https://create.staging.signal.art",
"updatesPublicKey": "05fd7dd3de7149dc0a127909fee7de0f7620ddd0de061b37a2c303e37de802a401",
"sfuUrl": "https://sfu.voip.signal.org/",
"sfuUrl": "https://sfu.staging.voip.signal.org/",
"challengeUrl": "https://signalcaptchas.org/staging/challenge/generate.html",
"registrationChallengeUrl": "https://signalcaptchas.org/staging/registration/generate.html",
"updatesEnabled": false,