From ed68f2e9015f3ac94ef1d5f7bf2941611625c60d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 29 Oct 2015 17:45:33 -0400 Subject: Refactoring center channel --- config/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config') 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 +} -- cgit v1.2.3-1-g7c22 From b9a3ff74dd2b299ae4980922a6dcc55002662517 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 30 Oct 2015 14:29:15 -0400 Subject: Hooking up external components --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 58ce58e80..2738546c0 100644 --- a/config/config.json +++ b/config/config.json @@ -57,14 +57,14 @@ }, "EmailSettings": { "EnableSignUpWithEmail": true, - "SendEmailNotifications": true, + "SendEmailNotifications": false, "RequireEmailVerification": false, "FeedbackName": "", "FeedbackEmail": "", "SMTPUsername": "", "SMTPPassword": "", - "SMTPServer": "localhost", - "SMTPPort": "25", + "SMTPServer": "", + "SMTPPort": "", "ConnectionSecurity": "", "InviteSalt": "bjlSR4QqkXFBr7TP4oDzlfZmcNuH9YoS", "PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL", -- cgit v1.2.3-1-g7c22