From 6e556c8b2d8ba00480eaaad9dfa665579428afd3 Mon Sep 17 00:00:00 2001 From: knoflook Date: Sun, 5 Mar 2023 12:05:26 +0100 Subject: [PATCH] fix: put smtp password in quotes --- abra.sh | 2 +- foo.yaml | 0 homeserver.yaml.tmpl | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 foo.yaml diff --git a/abra.sh b/abra.sh index 722c951..c1c8395 100644 --- a/abra.sh +++ b/abra.sh @@ -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 diff --git a/foo.yaml b/foo.yaml new file mode 100644 index 0000000..e69de29 diff --git a/homeserver.yaml.tmpl b/homeserver.yaml.tmpl index 8438625..1f4ec83 100644 --- a/homeserver.yaml.tmpl +++ b/homeserver.yaml.tmpl @@ -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