初始化 system 服务
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
{
|
||||
"local": {
|
||||
"baseUrl": "http://127.0.0.1:18083/management-api/",
|
||||
"management-api-base-url": "http://127.0.0.1:18083/management-api/",
|
||||
"accessToken": "yudaoyuanma",
|
||||
"baseUrl": "http://127.0.0.1:48080/admin-api",
|
||||
"systemBaseUrl": "http://127.0.0.1:48081/admin-api",
|
||||
|
||||
"user-api-base-url": "http://127.0.0.1:18082/user-api/",
|
||||
"shop-api-base-url": "http://127.0.0.1:18084/shop-api/",
|
||||
"user-access-token": "yunai",
|
||||
"token": "test1",
|
||||
"adminTenentId": "1",
|
||||
|
||||
"dubboTag": "${HOSTNAME}"
|
||||
"appApi": "http://127.0.0.1:48080/app-api",
|
||||
"appToken": "test1",
|
||||
"appTenentId": "1"
|
||||
},
|
||||
"gateway": {
|
||||
"baseUrl": "http://127.0.0.1:8888/admin-api",
|
||||
"token": "test1",
|
||||
"adminTenentId": "1",
|
||||
|
||||
"appApi": "http://127.0.0.1:8888/app-api",
|
||||
"appToken": "test1",
|
||||
"appTenentId": "1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user