We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451a071 commit fdee0a7Copy full SHA for fdee0a7
src-ts/config/environments/environment.config.ts
@@ -8,7 +8,7 @@ import { EnvironmentConfigProd } from './environment.prod.config'
8
9
function getEnvironmentConfig(): GlobalConfig {
10
11
- switch (process.env.APPENV) {
+ switch (process.env.REACT_APP_HOST_ENV) {
12
13
case AppHostEnvironment.bsouza:
14
return EnvironmentConfigBsouza
0 commit comments