refactor: Change the name of the environment variable

This commit is contained in:
Leonardo Humbert 2023-07-28 10:18:48 -03:00
parent eeae168df1
commit a9413c586a
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +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,
defaultLocale: process.env.DEFAULT_LOCALE,
isProduction: process.env.NODE_ENV === 'production',
},
basePath: process.env.BASE_PATH,