feat: added .env configuration for global app, database and jwt

Refs: #2
This commit is contained in:
LuckMeelo
2025-08-11 12:25:19 +02:00
parent 8bd17dc973
commit 152e5bcfe0
9 changed files with 203 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
# Fichier: .env.example
# Configuration de la base de données PostgreSQL
POSTGRES_HOST=
POSTGRES_PORT=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
# Configuration de l'API
API_PORT=3000
# Secrets pour l'authentification JWT
JWT_SECRET=
JWT_EXPIRATION_TIME=