Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
8313376f825d0a69745b2b61ea94731af8738da7
/
.
/
src
/
envConstants.js
blob: f9a4c3c6d83bef9f7400e0b7be68fb02079ffbf1 [
file
] [
log
] [
blame
]
const
envName
=
process
.
env
.
VUE_APP_ENV_NAME
;
export
const
ENV_CONSTANTS
=
{
name
:
envName
||
'openbmc'
};