feat: added .env configuration for global app, database and jwt
Refs: #2
This commit is contained in:
@@ -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=
|
||||
Reference in New Issue
Block a user