-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 751 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (19 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ============================================
# INSEED RGPH-3 — Configuration Production
# Copier ce fichier en .env et modifier les valeurs
# ============================================
# Django
DJANGO_SECRET_KEY=change-me-generate-a-real-secret-key
DJANGO_DEBUG=False
DJANGO_ALLOWED_HOSTS=recrutement.rgph3-tchad.org,localhost
# Base de données PostgreSQL
POSTGRES_DB=rgph3_db
POSTGRES_USER=rgph3_user
POSTGRES_PASSWORD=change_me_strong_password
# CORS & CSRF
CORS_ALLOWED_ORIGINS=https://recrutement.rgph3-tchad.org
CSRF_TRUSTED_ORIGINS=https://recrutement.rgph3-tchad.org
# Frontend (utilisé au build)
REACT_APP_API_URL=https://recrutement.rgph3-tchad.org/api
# Domaine (pour Certbot / Let's Encrypt)
DOMAIN=recrutement.rgph3-tchad.org