2024-10-05 15:37:17 +05:00
|
|
|
PHX_HOST=comfycamp.space
|
|
|
|
DATABASE_URL=postgres://{{ postgresql_user }}:{{ postgresql_password }}@postgresql:5432/comfycamp
|
|
|
|
SECRET_KEY_BASE={{ secret_key_base }}
|
|
|
|
SMTP_RELAY=comfycamp.space
|
2024-10-19 00:11:40 +05:00
|
|
|
SMTP_FROM=comfycamp@comfycamp.space
|
|
|
|
SMTP_USERNAME=comfycamp@comfycamp.space
|
2024-10-05 15:37:17 +05:00
|
|
|
SMTP_PASSWORD={{ smtp_password }}
|
2024-10-19 00:11:40 +05:00
|
|
|
SMTP_PORT=587
|
2024-10-05 15:37:17 +05:00
|
|
|
JWT_SECRET={{ jwt_secret }}
|