Small fixes for rallly.

This commit is contained in:
Víðir Valberg Guðmundsson 2022-11-09 20:58:32 +01:00
parent e85b119bfe
commit a81862fd8b
1 changed files with 4 additions and 4 deletions

View 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