forked from data.coop/ansible
Small fixes for rallly.
This commit is contained in:
parent
e85b119bfe
commit
a81862fd8b
|
@ -1,9 +1,9 @@
|
||||||
NEXT_PUBLIC_BASE_URL="https://:{{ rallly.domain }}"
|
NEXT_PUBLIC_BASE_URL="https://{{ rallly.domain }}"
|
||||||
DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@postgres:5432/rallly_db"
|
DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@rallly_db:5432/rallly_db"
|
||||||
SECRET_PASSWORD="{{ rallly_secrets.secret_password }}"
|
SECRET_PASSWORD="{{ rallly_secrets.secret_password }}"
|
||||||
SUPPORT_EMAIL="noreply@{{ rallly.domain }}"
|
SUPPORT_EMAIL="noreply@{{ rallly.domain }}"
|
||||||
SMTP_HOST="{{ smtp_host }}"
|
SMTP_HOST="{{ smtp_host }}"
|
||||||
SMTP_PORT="{{ smtp_port }}"
|
SMTP_PORT="{{ smtp_port }}"
|
||||||
SMTP_SECURE="false"
|
SMTP_SECURE="false"
|
||||||
SMTP_USER=
|
SMTP_USER=noop
|
||||||
SMTP_PWD=
|
SMTP_PWD=noop
|
||||||
|
|
Loading…
Reference in a new issue