-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env-cmdrc.json
27 lines (27 loc) · 881 Bytes
/
.env-cmdrc.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
{
"development":{
"REACT_APP_API_URL": "http://91.205.173.97:8586/api/admin/",
"REACT_APP_SOCKET_URL": "https://api.ksheersagar.in",
"REACT_APP_ENV": "development"
},
"demo":{
"REACT_APP_API_URL": "https://api.ksheersagar.in/api/admin/",
"REACT_APP_SOCKET_URL": "https://api.ksheersagar.in",
"REACT_APP_ENV": "development"
},
"production":{
"REACT_APP_API_URL": "https://api.ksheersagar.in/api/admin/",
"REACT_APP_SOCKET_URL": "https://api.ksheersagar.in",
"REACT_APP_ENV": "production"
},
"local":{
"REACT_APP_API_URL": "http://localhost:8111/api/admin/",
"REACT_APP_SOCKET_URL": "http://91.205.173.97:8111/",
"REACT_APP_ENV": "local"
},
"stage":{
"REACT_APP_API_URL": "http://91.205.173.97:6705/api/admin/",
"REACT_APP_SOCKET_URL": "https://api.indswiftlabs.com",
"REACT_APP_ENV": "development"
}
}