fix: put smtp password in quotes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
knoflook 2023-03-05 12:05:26 +01:00
parent 74fb8014fa
commit 6e556c8b2d
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
export DISCORD_BRIDGE_YAML_VERSION=v2
export ENTRYPOINT_CONF_VERSION=v1
export HOMESERVER_YAML_VERSION=v18
export HOMESERVER_YAML_VERSION=v19
export LOG_CONFIG_VERSION=v2
export SHARED_SECRET_AUTH_VERSION=v1
export SIGNAL_BRIDGE_YAML_VERSION=v4

0
foo.yaml Normal file
View File

View File

@ -685,7 +685,7 @@ email:
# authentication is attempted.
#
smtp_user: {{ env "SMTP_USER" }}
smtp_pass: {{ secret "smtp_password" }}
smtp_pass: "{{ secret "smtp_password" }}"
# Uncomment the following to require TLS transport security for SMTP.
# By default, Synapse will connect over plain text, and will then switch to