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

10 lines
347 B
Plaintext
Raw Normal View History

2022-11-09 19:58:32 +00:00
NEXT_PUBLIC_BASE_URL="https://{{ rallly.domain }}"
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 }}"
SUPPORT_EMAIL="noreply@{{ rallly.domain }}"
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