ansible/roles/docker/files/configs/rallly/env_file

10 lines
365 B
Plaintext
Raw Normal View History

2022-11-25 23:11:16 +00:00
NEXT_PUBLIC_BASE_URL="https://{{ services.rallly.domain }}"
2022-11-09 19:58:32 +00:00
DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@rallly_db:5432/rallly_db"
2022-11-07 18:05:49 +00:00
SECRET_PASSWORD="{{ rallly_secrets.secret_password }}"
2022-11-25 23:11:16 +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