mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
refactor: Change the name of the environment variable
This commit is contained in:
parent
eeae168df1
commit
a9413c586a
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue