10 lines
347 B
Plaintext
10 lines
347 B
Plaintext
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=noop
|
|
SMTP_PWD=noop
|