Skip to content

Commit fdee0a7

Browse files
PROD-2145 #comment change environment variable name #time 5m
1 parent 451a071 commit fdee0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/config/environments/environment.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { EnvironmentConfigProd } from './environment.prod.config'
88

99
function getEnvironmentConfig(): GlobalConfig {
1010

11-
switch (process.env.APPENV) {
11+
switch (process.env.REACT_APP_HOST_ENV) {
1212

1313
case AppHostEnvironment.bsouza:
1414
return EnvironmentConfigBsouza

0 commit comments

Comments
 (0)