18 lines
422 B
Text
18 lines
422 B
Text
# Variables d'environnement pour l'application Managerr
|
|
|
|
# Port du serveur backend
|
|
PORT=5000
|
|
|
|
# URI MongoDB
|
|
MONGODB_URI=mongodb://localhost:27017/managerr
|
|
|
|
# Secret JWT
|
|
JWT_SECRET=votre_secret_jwt_securise
|
|
|
|
# Configuration API Sonarr
|
|
SONARR_API_URL=http://localhost:8989/api/v3
|
|
SONARR_API_KEY=votre_cle_api_sonarr
|
|
|
|
# Configuration API Radarr
|
|
RADARR_API_URL=http://localhost:7878/api/v3
|
|
RADARR_API_KEY=votre_cle_api_radarr
|