Files
marketplaces/proxy.conf.lavero.json.bak

12 lines
186 B
JSON
Raw Permalink Normal View History

2026-07-02 02:22:00 +04:00
{
2026-05-19 02:07:39 +04:00
"/api": {
2026-07-02 02:22:00 +04:00
"target": "https://api.lovero.store:555",
2026-05-19 02:07:39 +04:00
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}