-
Notifications
You must be signed in to change notification settings - Fork 0
Variable d'environnement
Maëlys Bühler edited this page May 2, 2024
·
2 revisions
Etant donnée que l'application est séparé en deux parties: Le frontend et le backend, les variables d'environnements sont séparés aussi.
FRONTEND_URL=?
BACKEND_URL=?
BACKEND_HOST=?
DEBUG=? (True/False)
SECRET_KEY=?
PRODUCTION=? (True/False)
#database, only if PRODUCTION us true, which mean that postgres is used.
DB_ENGINE=django.db.backends.postgresql
DB_NAME=masteriq
DB_USER=masteriq
DB_PASSWORD=SuKcRVuscAoH91tikEPnhjAFd
DB_HOST=postgres-service
DB_PORT=5432
VITE_API_SERVER=?