Initial commit - Projet Managerr

This commit is contained in:
mahek 2025-07-21 15:43:20 +02:00
commit 848a79a04e
36 changed files with 3850 additions and 0 deletions

5
config/radarr.js Normal file
View file

@ -0,0 +1,5 @@
// Configuration pour Radarr API
module.exports = {
baseURL: process.env.RADARR_API_URL || 'http://localhost:7878/api/v3',
apiKey: process.env.RADARR_API_KEY || 'votre-clé-api-radarr'
};