From 0432f995ec27de9ee6cc2f5847d4a17fcc095a26 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 18 May 2018 08:37:43 -0700 Subject: MM-9983 Requiring SiteURL to be set. (#8769) * Requiring SiteURL to be set. * Modifying to make tests pass. * Fixing test. --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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", -- cgit v1.2.3-1-g7c22