This commit is contained in:
Éric Gaspar
2024-11-07 09:58:09 +01:00
parent 362200ef97
commit 1dcb43a607
4 changed files with 11 additions and 11 deletions

View File

@ -156,7 +156,7 @@ const conf = convict({
max_file_size: {
format: Number,
default: 1024 * 1024 * 1024 * 2.5,
env: '__MAX_FILE_SIZE__'
env: __MAX_FILE_SIZE__ * 1024 * 1024,
},
l10n_dev: {
format: Boolean,