mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
added L10N_DEV environment variable for making all languages available
This commit is contained in:
@@ -46,6 +46,11 @@ const conf = convict({
|
||||
format: Number,
|
||||
default: 86400,
|
||||
env: 'EXPIRE_SECONDS'
|
||||
},
|
||||
l10n_dev: {
|
||||
format: Boolean,
|
||||
default: false,
|
||||
env: 'L10N_DEV'
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user