fix: [outline] fix smtp server config
This commit is contained in:
@@ -13,9 +13,9 @@ services:
|
||||
$MASTER_BASE_SERVICE_NAME:
|
||||
environment:
|
||||
SMTP_USERNAME: \"$user\"
|
||||
SMTP_PASS: \"${password//\$/\$\$}\"
|
||||
SMTP_PASSWORD: \"${password//\$/\$\$}\"
|
||||
SMTP_HOST: \"$host\"
|
||||
SMTP_PORT: \"$port\"
|
||||
#SMTP_SECURE: \"false\"
|
||||
SMTP_FROM_EMAIL: \"$user\"
|
||||
"
|
||||
|
||||
|
Reference in New Issue
Block a user