summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-18 12:16:28 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-18 12:16:28 -0400
commit40b9fc5e398f8212feca10459b654230af872298 (patch)
treef007feb06af40c4aa3c0f373812f3cd573bc17ee /config
parent4af08121e6ad32fe8ab228f2a64b139a62275b3c (diff)
downloadchat-40b9fc5e398f8212feca10459b654230af872298.tar.gz
chat-40b9fc5e398f8212feca10459b654230af872298.tar.bz2
chat-40b9fc5e398f8212feca10459b654230af872298.zip
revert debug config changes
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 3b8cb2144..99f41af34 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,6 +1,6 @@
{
"LogSettings": {
- "ConsoleEnable": true,
+ "ConsoleEnable": false,
"ConsoleLevel": "DEBUG",
"FileEnable": true,
"FileLevel": "INFO",
@@ -56,7 +56,7 @@
"EmailSettings": {
"SMTPUsername": "",
"SMTPPassword": "",
- "SMTPServer": "",
+ "SMTPServer": "localhost:25",
"UseTLS": false,
"FeedbackEmail": "feedback@xxxxxxmustbefilledin.com",
"FeedbackName": "",