From c5ecf8c710d19974e4248ace43f8cac9e3e29610 Mon Sep 17 00:00:00 2001 From: jcktm Date: Sat, 18 Aug 2018 21:46:57 +1000 Subject: [PATCH] config: change the default server from signal.org to localhost --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index 7d711400a..ce71db642 100644 --- a/config/default.json +++ b/config/default.json @@ -1,6 +1,6 @@ { - "serverUrl": "https://textsecure-service-staging.whispersystems.org", - "cdnUrl": "https://cdn-staging.signal.org", + "serverUrl": "http://localhost", + "cdnUrl": "http://localhost", "disableAutoUpdate": false, "openDevTools": false, "buildExpiration": 0,