http-client.env.json 216 Bytes
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5 6 7 8 9 10
{
  "local": {
    "baseUrl": "http://127.0.0.1:48080/admin-api",
    "token": "test1",
    "adminTenentId": "1",
    "appApi": "http://127.0.0.1:48080/app-api",
    "appToken": "test1",
    "appTenentId": "1"
  }
}