Files
marketplaces/proxy.conf.lavero.json

12 lines
183 B
JSON
Raw Permalink Normal View History

2026-05-19 02:01:36 +04:00
{
"/api": {
2026-05-19 03:20:25 +04:00
"target": "https://api.lovero.store:555",
2026-05-19 02:01:36 +04:00
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}