This commit is contained in:
Éric Gaspar
2024-11-07 16:11:14 +01:00
parent 2e131bc450
commit d3834d4bb3
6 changed files with 13 additions and 17 deletions

View File

@ -75,7 +75,7 @@ const conf = convict({
max_downloads: {
format: Number,
default: 100,
env: 'MAX_DOWNLOADS'
env: '__MAX_DOWNLOADS__'
},
max_files_per_archive: {
format: Number,