homelab/roles/comfycamp/templates/comfycamp.env

9 lines
340 B
Bash

PHX_HOST=comfycamp.space
DATABASE_URL=postgres://{{ postgresql_user }}:{{ postgresql_password }}@postgresql:5432/comfycamp
SECRET_KEY_BASE={{ secret_key_base }}
SMTP_RELAY=comfycamp.space
SMTP_FROM=comfycamp@comfycamp.space
SMTP_USERNAME=comfycamp@comfycamp.space
SMTP_PASSWORD={{ smtp_password }}
SMTP_PORT=587
JWT_SECRET={{ jwt_secret }}