This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
.env-cmdrc.local.json
35 lines (35 loc) · 1.74 KB
/
.env-cmdrc.local.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"devLocal": {
"REACT_APP_GQL_URL": "http://localhost:9090/graphql/query",
"REACT_APP_API_URL": "http://localhost:3000/api",
"REACT_APP_UI_URL": "http://localhost:9090",
"REACT_APP_SPRUCE_URL": "http://localhost:3000",
"REACT_APP_LOGKEEPER_URL": "http://localhost:8080",
"REACT_APP_PARSLEY_URL": "https://parsley.mongodb.com"
},
"devProduction": {
"REACT_APP_SIGNAL_PROCESSING_URL": "https://performance-monitoring-and-analysis.server-tig.prod.corp.mongodb.com",
"REACT_APP_API_URL": "https://evergreen.mongodb.com/api",
"REACT_APP_UI_URL": "https://evergreen.mongodb.com",
"REACT_APP_GQL_URL": "https://evergreen.mongodb.com/graphql/query",
"REACT_APP_LOBSTER_URL": "https://evergreen.mongodb.com",
"REACT_APP_PARSLEY_URL": "https://parsley-beta.corp.mongodb.com",
"REACT_APP_SPRUCE_URL": "http://localhost:3000"
},
"devStaging": {
"REACT_APP_GQL_URL": "https://evergreen-staging.corp.mongodb.com/graphql/query",
"REACT_APP_API_URL": "https://evergreen-staging.corp.mongodb.com/api",
"REACT_APP_UI_URL": "https://evergreen-staging.corp.mongodb.com",
"REACT_APP_LOBSTER_URL": "https://evergreen-staging.corp.mongodb.com",
"REACT_APP_PARSLEY_URL": "http://parsley-staging.corp.mongodb.com",
"REACT_APP_SPRUCE_URL": "http://localhost:3000"
},
"local": {
"REACT_APP_GQL_URL": "http://localhost:9090/graphql/query",
"REACT_APP_API_URL": "http://localhost:3000/api",
"REACT_APP_UI_URL": "http://localhost:9090",
"REACT_APP_SPRUCE_URL": "http://localhost:3000",
"REACT_APP_LOGKEEPER_URL": "http://localhost:8080",
"REACT_APP_RELEASE_STAGE": "local"
}
}