luthor/otis/proxy.conf.json

23 lines
421 B
JSON

{
"/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"
}
}