http-client.env.json 151 B

123456789
  1. {
  2. "global": {
  3. "token": "--"
  4. },
  5. "dev": {
  6. "baseUrl": "http://127.0.0.1:48080",
  7. "token": "Bearer a9bf9c8c10cb47fc92bc9aac95b63f5b"
  8. }
  9. }