We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4682c95 commit 8ab486dCopy full SHA for 8ab486d
src/services/config/constants.ts
@@ -16,7 +16,7 @@ export enum EnvKey {
16
REACT_APP_LITE_API_URL = "REACT_APP_LITE_API_URL",
17
REACT_APP_API_URL = "REACT_APP_API_URL",
18
REACT_APP_BASE_URL = "REACT_APP_BASE_URL",
19
- REACT_APP_IS_TESTING = "REACT_APP_IS_TESTING"
+ REACT_APP_IS_NOT_TESTING = "REACT_APP_IS_NOT_TESTING"
20
}
21
22
export enum FeatureFlag {
0 commit comments