RuoYi-Vue-Plus/ruoyi-site/ruoyi-h5/doc/http/http-client.env.json
2026-03-10 22:59:08 +08:00

9 lines
117 B
JSON

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