summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index 1b844c259..c0c236735 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,14 +1,14 @@
{
"LogSettings": {
- "ConsoleEnable": false,
- "ConsoleLevel": "DEBUG",
+ "ConsoleEnable": true,
+ "ConsoleLevel": "INFO",
"FileEnable": true,
"FileLevel": "INFO",
"FileFormat": "",
"FileLocation": ""
},
"ServiceSettings": {
- "SiteName": "Mattermost Preview",
+ "SiteName": "Mattermost",
"Domain": "xxxxxxmustbefilledin.com",
"Mode" : "dev",
"AllowTesting" : false,