All is in .env

This commit is contained in:
Maxime Boulay
2026-05-01 14:25:03 +02:00
parent e92967f85f
commit 5fc97febfb
6 changed files with 41 additions and 25 deletions

16
.env Normal file
View File

@@ -0,0 +1,16 @@
# Backend configuration
ConnectionStrings__PostgreSQL=host=giecchallenge_db;User ID=${POSTGRES_USER};Password=${POSTGRES_PASSWORD};Port=14432;Database=GiecChallenge;Pooling=true
AllowedHosts=*
OriginAllowed=https://giecchallenge.maximeboulay.com
PasswordHash=${PasswordHash}
JWT__ValidAudience=https://giecchallenge-backend.maximeboulay.com
JWT__ValidIssuer=https://giecchallenge-backend.maximeboulay.com
JWT__Secret=${JWT__Secret}
POSTGRES_USER=
POSTGRES_PASSWORD=
# Frontend configuration
REACT_APP_API_URL=https://giecchallenge-backend.maximeboulay.com
# General environment
ASPNETCORE_ENVIRONMENT=Docker