Files
TimiServerAPI/http/http-client.env.json
2026-07-31 01:03:53 +08:00

9 lines
108 B
JSON

{
"dev": {
"baseUrl": "http://localhost:8091"
},
"prod": {
"baseUrl": "https://api.example.com"
}
}