church-website/infra/ansible/roles/app/templates/env.j2
2026-04-10 11:39:02 +02:00

6 lines
329 B
Django/Jinja

DATABASE_URI=postgres://{{ item.db_user }}:{{ item.db_password }}@{{ postgres_container_name }}:5432/{{ item.db_name }}
PAYLOAD_SECRET={{ item.payload_secret }}
NEXT_PUBLIC_SERVER_URL=https://{{ item.domain }}
NEXT_PUBLIC_SITE_ID={{ item.site_id }}
GOOGLE_BUCKET={{ item.google_bucket }}
RESEND_API_KEY={{ item.resend_api_key }}