This commit is contained in:
parent
67c21995dd
commit
fe4d817b42
|
@ -3,7 +3,7 @@ type ServiceEnv = Record<ServiceEnvType, ServiceEnvConfig>
|
||||||
|
|
||||||
const serviceEnv: ServiceEnv = {
|
const serviceEnv: ServiceEnv = {
|
||||||
dev: {
|
dev: {
|
||||||
url: 'http://localhost:8080',
|
url: 'http://192.168.0.100:8787',
|
||||||
json: 'http://localhost:8080',
|
json: 'http://localhost:8080',
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
|
|
Loading…
Reference in New Issue