Files
orion-visor/http-client.env.json
2023-07-13 09:57:32 +08:00

11 lines
189 B
JSON

{
"local": {
"baseUrl": "http://127.0.0.1:9200/orion-api",
"token": "Bearer 1"
},
"gateway": {
"baseUrl": "http://127.0.0.1:9200/orion-api",
"token": "Bearer 1"
}
}