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.
2 parents cf316f2 + e672bb0 commit 16b1bc1Copy full SHA for 16b1bc1
src-ts/config/environments/environment.config.ts
@@ -8,6 +8,7 @@ import { EnvironmentConfigProd } from './environment.prod.config'
8
9
function getEnvironmentConfig(): GlobalConfig {
10
11
+ console.debug(process.env.REACT_APP_HOST_ENV)
12
switch (process.env.REACT_APP_HOST_ENV) {
13
14
case AppHostEnvironment.bsouza:
0 commit comments