diff options
Diffstat (limited to 'config/config.json')
-rw-r--r-- | config/config.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/config.json b/config/config.json index 3d2c26716..c0c236735 100644 --- a/config/config.json +++ b/config/config.json @@ -1,15 +1,15 @@ { "LogSettings": { - "ConsoleEnable": false, - "ConsoleLevel": "DEBUG", + "ConsoleEnable": true, + "ConsoleLevel": "INFO", "FileEnable": true, "FileLevel": "INFO", "FileFormat": "", "FileLocation": "" }, "ServiceSettings": { - "SiteName": "Mattermost Preview", - "Domain": "", + "SiteName": "Mattermost", + "Domain": "xxxxxxmustbefilledin.com", "Mode" : "dev", "AllowTesting" : false, "UseSSL": false, @@ -56,7 +56,7 @@ "EmailSettings": { "SMTPUsername": "", "SMTPPassword": "", - "SMTPServer": "localhost:25", + "SMTPServer": "", "UseTLS": false, "FeedbackEmail": "feedback@xxxxxxmustbefilledin.com", "FeedbackName": "", |