dengzedong
2 天以前 c9e48bd2dff2b5766589024cf7264189b5f2a05c
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
{
  "local": {
    "baseUrl": "http://127.0.0.1:48080/admin-api",
    "systemBaseUrl": "http://127.0.0.1:48081/admin-api",
    "infaBaseUrl": "http://127.0.0.1:48082/admin-api",
 
    "token": "test1",
    "adminTenentId": "1",
    "tag": "${HOSTNAME}",
 
    "appApi": "http://127.0.0.1:48080/app-api",
    "appToken": "test1",
    "appTenentId": "1"
  },
  "gateway": {
    "baseUrl": "http://127.0.0.1:48080/admin-api",
    "systemBaseUrl": "http://127.0.0.1:48080/admin-api",
    "infaBaseUrl": "http://127.0.0.1:48080/admin-api",
 
    "token": "test1",
    "adminTenentId": "1",
    "tag": "${HOSTNAME}",
 
    "appApi": "http://127.0.0.1:8888/app-api",
    "appToken": "test1",
    "appTenentId": "1"
  }
}