From a81862fd8ba199593d1e193c9aa42ebf12731f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 9 Nov 2022 20:58:32 +0100 Subject: [PATCH] Small fixes for rallly. --- roles/docker/files/configs/rallly/env_file | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/docker/files/configs/rallly/env_file b/roles/docker/files/configs/rallly/env_file index a3ec36a..e0cced2 100644 --- a/roles/docker/files/configs/rallly/env_file +++ b/roles/docker/files/configs/rallly/env_file @@ -1,9 +1,9 @@ -NEXT_PUBLIC_BASE_URL="https://:{{ rallly.domain }}" -DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@postgres:5432/rallly_db" +NEXT_PUBLIC_BASE_URL="https://{{ rallly.domain }}" +DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@rallly_db:5432/rallly_db" SECRET_PASSWORD="{{ rallly_secrets.secret_password }}" SUPPORT_EMAIL="noreply@{{ rallly.domain }}" SMTP_HOST="{{ smtp_host }}" SMTP_PORT="{{ smtp_port }}" SMTP_SECURE="false" -SMTP_USER= -SMTP_PWD= +SMTP_USER=noop +SMTP_PWD=noop