summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-29 17:45:33 -0400
committerChristopher Speller <crspeller@gmail.com>2015-11-02 08:16:57 -0500
commited68f2e9015f3ac94ef1d5f7bf2941611625c60d (patch)
treeebfc8fa25adb9eb1b1cfbeba0479909b17be0bf8 /config
parent55f137c19cf45f4fd17249b5a23650c84b0d4f23 (diff)
downloadchat-ed68f2e9015f3ac94ef1d5f7bf2941611625c60d.tar.gz
chat-ed68f2e9015f3ac94ef1d5f7bf2941611625c60d.tar.bz2
chat-ed68f2e9015f3ac94ef1d5f7bf2941611625c60d.zip
Refactoring center channel
Diffstat (limited to 'config')
-rw-r--r--config/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.json b/config/config.json
index a927620b5..58ce58e80 100644
--- a/config/config.json
+++ b/config/config.json
@@ -57,14 +57,14 @@
},
"EmailSettings": {
"EnableSignUpWithEmail": true,
- "SendEmailNotifications": false,
+ "SendEmailNotifications": true,
"RequireEmailVerification": false,
"FeedbackName": "",
"FeedbackEmail": "",
"SMTPUsername": "",
"SMTPPassword": "",
- "SMTPServer": "",
- "SMTPPort": "",
+ "SMTPServer": "localhost",
+ "SMTPPort": "25",
"ConnectionSecurity": "",
"InviteSalt": "bjlSR4QqkXFBr7TP4oDzlfZmcNuH9YoS",
"PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL",
@@ -92,4 +92,4 @@
"TokenEndpoint": "",
"UserApiEndpoint": ""
}
-} \ No newline at end of file
+}