[discourse-web/gnome] Hardcode SMTP auth type to none



commit fe02dfc97bf3d743948048577d40132e6769928c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Oct 9 14:49:58 2020 +0200

    Hardcode SMTP auth type to none

 config/discourse.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config/discourse.conf b/config/discourse.conf
index 232d53f..5c9a413 100644
--- a/config/discourse.conf
+++ b/config/discourse.conf
@@ -60,7 +60,7 @@ smtp_user_name = ${DISCOURSE_SMTP_USER_NAME}
 smtp_password = ${DISCOURSE_SMTP_PASSWORD}
 
 # smtp authentication mechanism
-smtp_authentication = ${DISCOURSE_SMTP_AUTHENTICATION}
+smtp_authentication = 'none'
 
 # enable TLS encryption for smtp connections
 smtp_enable_start_tls = ${DISCOURSE_SMTP_START_TLS}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]