improve handling of several environments
This commit is contained in:
3
map/config-dev.json
Normal file
3
map/config-dev.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"API": "http://10.5.1.12:8080/api/v1/client"
|
||||
}
|
||||
3
map/config-prod.json
Normal file
3
map/config-prod.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"API": "http://10.5.1.11:8080/api/v1/client"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"API": "http://10.1.1.2:8080/api/v1/client"
|
||||
}
|
||||
Reference in New Issue
Block a user