luthor/otis/proxy.conf.json

23 lines
421 B
JSON
Raw Permalink Normal View History

2021-01-05 07:32:52 +00:00
{
"/api": {
"target": "http://localhost:9995",
"secure": false,
"logLevel": "debug"
},
"/token": {
"target": "http://localhost:9995",
"secure": false,
"logLevel": "info"
},
"/refresh": {
"target": "http://localhost:9995",
"secure": false,
"logLevel": "info"
},
"/db-image": {
"target": "http://localhost:9995",
"secure": false,
"logLevel": "info"
}
}