10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
NEXT_PUBLIC_BASE_URL="https://:{{ rallly.domain }}"
|
|
DATABASE_URL="postgres://postgres:{{ postgres_passwords.rallly }}@postgres: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=
|
|
SMTP_PWD=
|