summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-05-18 08:37:43 -0700
committerGitHub <noreply@github.com>2018-05-18 08:37:43 -0700
commit0432f995ec27de9ee6cc2f5847d4a17fcc095a26 (patch)
treecc87cb698389d6191f6fc9d34fcacddb44850bb6 /config
parentd5e1f7e2982c2fcc888ccac550b34095efbee217 (diff)
downloadchat-0432f995ec27de9ee6cc2f5847d4a17fcc095a26.tar.gz
chat-0432f995ec27de9ee6cc2f5847d4a17fcc095a26.tar.bz2
chat-0432f995ec27de9ee6cc2f5847d4a17fcc095a26.zip
MM-9983 Requiring SiteURL to be set. (#8769)
* Requiring SiteURL to be set. * Modifying to make tests pass. * Fixing test.
Diffstat (limited to 'config')
-rw-r--r--config/default.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index 23bae64f9..97b2696aa 100644
--- a/config/default.json
+++ b/config/default.json
@@ -1,6 +1,6 @@
{
"ServiceSettings": {
- "SiteURL": "http://localhost:8065",
+ "SiteURL": "",
"WebsocketURL": "",
"LicenseFileLocation": "",
"ListenAddress": ":8065",