http-client.env.json 431 B

1234567891011121314151617181920
  1. {
  2. "local": {
  3. "baseUrl": "http://127.0.0.1:48080/admin-api",
  4. "token": "test1",
  5. "adminTenentId": "1",
  6. "appApi": "http://127.0.0.1:48080/app-api",
  7. "appToken": "test1",
  8. "appTenentId": "1"
  9. },
  10. "gateway": {
  11. "baseUrl": "http://127.0.0.1:8888/admin-api",
  12. "token": "test1",
  13. "adminTenentId": "1",
  14. "appApi": "http://127.0.0.1:8888/app-api",
  15. "appToken": "test1",
  16. "appTenentId": "1"
  17. }
  18. }