GTARH_Fonctionnel_V1
This commit is contained in:
31
Backend/.env
Normal file
31
Backend/.env
Normal file
@@ -0,0 +1,31 @@
|
||||
# Configuration Base de données MySQL
|
||||
DB_SERVER=192.168.0.4
|
||||
DB_DATABASE=DemandeConge
|
||||
DB_PASSWORD=-2b/)ru5/Bi8P[7_
|
||||
DB_ENCRYPT=true
|
||||
DB_TRUST_SERVER_CERTIFICATE=true
|
||||
PORT=3000
|
||||
|
||||
COLLABORATEURS_URL=http://localhost:3000
|
||||
RH_URL=http://localhost:3001
|
||||
WEBHOOK_SECRET=secret-rh-2025
|
||||
|
||||
|
||||
|
||||
# Configuration Serveur
|
||||
PORT=3001
|
||||
NODE_ENV=development
|
||||
|
||||
# Configuration Azure AD (Microsoft Graph)
|
||||
AZURE_TENANT_ID=9840a2a0-6ae1-4688-b03d-d2ec291be0f9
|
||||
AZURE_CLIENT_ID=4bb4cc24-bac3-427c-b02c-5d14fc67b561
|
||||
AZURE_CLIENT_SECRET=o2q8Q~nGLCkry6XOriVFBMvKUk.5cXtFutAQVdx9
|
||||
AZURE_GROUP_ID=c1ea877c-6bca-4f47-bfad-f223640813a0
|
||||
JWT_SECRET=o2q8Q~nGLCkry6XOriVFBMvKUk.5cXtFutAQVdx9
|
||||
|
||||
# Email configuration
|
||||
EMAIL_FROM=gtanoreply@ensup.eu
|
||||
|
||||
# Upload configuration
|
||||
UPLOAD_DIR=./uploads
|
||||
MAX_FILE_SIZE=5242880
|
||||
Reference in New Issue
Block a user