MULTI_DOWNLOADER_ACCESS_KEY MULTI_DOWNLOADER_SECRET_KEY
Some checks failed
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

View File

@@ -2,7 +2,8 @@
"name": "multi-downloader-client",
"image": "rg.fr-par.scw.cloud/kubernetes/devcontainer:php-8.3",
"containerEnv": {
"MULTI_DOWNLOADER_API_KEY": "YOUR_API_KEY",
"MULTI_DOWNLOADER_ACCESS_KEY": "YOUR_API_KEY",
"MULTI_DOWNLOADER_SECRET_KEY": "YOUR_API_SECRET_KEY",
"MULTI_DOWNLOADER_URL": "https://multi-dl.kub.nwb.fr"
},
"customizations": {