added L10N_DEV environment variable for making all languages available

This commit is contained in:
Danny Coates 2017-07-25 14:28:49 -07:00
parent 93930b91a2
commit 7fd8fb4914
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 32 additions and 2 deletions

View file

@ -46,6 +46,11 @@ const conf = convict({
format: Number,
default: 86400,
env: 'EXPIRE_SECONDS'
},
l10n_dev: {
format: Boolean,
default: false,
env: 'L10N_DEV'
}
});