2022-11-26 08:15:18 +00:00
|
|
|
NEXT_PUBLIC_BASE_URL="https://{{ services.rallly.domain }}"
|
2023-09-30 14:25:06 +00:00
|
|
|
DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@db:5432/rallly_db"
|
2022-11-07 18:05:49 +00:00
|
|
|
SECRET_PASSWORD="{{ rallly_secrets.secret_password }}"
|
2022-11-26 08:15:18 +00:00
|
|
|
SUPPORT_EMAIL="noreply@{{ services.rallly.domain }}"
|
2022-11-07 18:05:49 +00:00
|
|
|
SMTP_HOST="{{ smtp_host }}"
|
|
|
|
SMTP_PORT="{{ smtp_port }}"
|
|
|
|
SMTP_SECURE="false"
|
2022-11-09 19:58:32 +00:00
|
|
|
SMTP_USER=noop
|
|
|
|
SMTP_PWD=noop
|