MULTI_DOWNLOADER_ACCESS_KEY MULTI_DOWNLOADER_SECRET_KEY
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2024-01-12 09:07:45 +00:00
parent bad3bf597a
commit 43fd2c26cb
4 changed files with 64 additions and 17 deletions
+3 -2
View File
@@ -20,8 +20,9 @@ composer require nwb/multi-downloader-client
## Env
The following env variables are used by default
```dotenv
MULTI_DOWNLOADER_API_KEY
MULTI_DOWNLOADER_URL
MULTI_DOWNLOADER_ACCESS_KEY
MULTI_DOWNLOADER_SECRET_KEY
MULTI_DOWNLOADER_URL (Utile en cas de test local. Si non précisée: https://multi-dl.kub.nwb.fr )
```
They can be overriden in the constructor
```php