summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.json6
-rw-r--r--config/config_docker.json4
2 files changed, 5 insertions, 5 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,
diff --git a/config/config_docker.json b/config/config_docker.json
index f2e56bef8..6936f619a 100644
--- a/config/config_docker.json
+++ b/config/config_docker.json
@@ -8,7 +8,7 @@
"FileLocation": ""
},
"ServiceSettings": {
- "SiteName": "Mattermost Preview",
+ "SiteName": "Mattermost",
"Domain": "",
"Mode" : "prod",
"AllowTesting" : false,
@@ -58,7 +58,7 @@
"SMTPPassword": "",
"SMTPServer": "localhost:25",
"UseTLS": false,
- "FeedbackEmail": "feedback@xxxxxxmustbefilledin.com",
+ "FeedbackEmail": "",
"FeedbackName": "",
"ApplePushServer": "",
"ApplePushCertPublic": "",