rhb-server/script/idea/http-client.env.json

21 lines
429 B
JSON
Raw Permalink Normal View History

2025-10-20 11:14:41 +08:00
{
"local": {
"baseUrl": "http://127.0.0.1:48080/rhb-api",
"token": "test1",
"adminTenentId": "1",
"appApi": "http://127.0.0.1:48080/app-api",
"appToken": "test247",
"appTenentId": "1"
},
"gateway": {
"baseUrl": "http://127.0.0.1:8888/rhb-api",
"token": "test1",
"adminTenentId": "1",
"appApi": "http://127.0.0.1:8888/app-api",
"appToken": "test1",
"appTenantId": "1"
}
}