Initial commit - Projet Managerr
This commit is contained in:
commit
848a79a04e
36 changed files with 3850 additions and 0 deletions
5
config/sonarr.js
Normal file
5
config/sonarr.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Configuration pour Sonarr API
|
||||
module.exports = {
|
||||
baseURL: process.env.SONARR_API_URL || 'http://localhost:8989/api/v3',
|
||||
apiKey: process.env.SONARR_API_KEY || 'votre-clé-api-sonarr'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue