Feat: Add default_lang enviroment variable

This commit is contained in:
Leonardo Humbert 2023-07-27 20:03:58 -03:00
parent bc0beb0f49
commit eeae168df1
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@ if (process.env.CLOUD_MODE && process.env.CLOUD_URL && process.env.DISABLE_LOGIN
const config = {
env: {
currentVersion: pkg.version,
defaultLang: process.env.DEFAULT_LANG,
isProduction: process.env.NODE_ENV === 'production',
},
basePath: process.env.BASE_PATH,