diff config/config.go @ 338:dabe189369ad

Configuration: Port numbers are integers. Mail port defaults to 465 (SSL).
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 03 Aug 2018 22:20:06 +0200
parents bd292a554b6e
children 3cfab707f909
line wrap: on
line diff
--- a/config/config.go	Fri Aug 03 22:10:59 2018 +0200
+++ b/config/config.go	Fri Aug 03 22:20:06 2018 +0200
@@ -61,7 +61,7 @@
 	fl.String("service-password", "", "password of user to do service tasks")
 
 	fl.String("mail-host", "localhost", "server to send mail with")
-	fl.Uint("mail-port", 464, "port of server to send mail with")
+	fl.Uint("mail-port", 465, "port of server to send mail with")
 	fl.String("mail-user", "gemma", "user to send mail with")
 	fl.String("mail-password", "", "password of user to send mail with")
 	fl.String("mail-from", "noreplay@localhost", "from line of mails")