Skip to content

Commit cf316f2

Browse files
Merge pull request #136 from topcoder-platform/dev
PROD-2145 Change Env Var Name for Config -> master
2 parents 451a071 + b815307 commit cf316f2

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)