mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api: add new config SMTP_PORT
This commit is contained in:
@ -26,6 +26,7 @@ func parseConfig() error {
|
||||
"SMTP_USERNAME": "",
|
||||
"SMTP_PASSWORD": "",
|
||||
"SMTP_HOST": "",
|
||||
"SMTP_PORT": "",
|
||||
"SMTP_FROM_ADDRESS": "",
|
||||
|
||||
"OAUTH_GOOGLE_KEY": "",
|
||||
|
Reference in New Issue
Block a user