brewman/overlord/proxy.conf.json
tanshu 6b987fba44 added new line at the end
and updated the proxy to proxt all the endpoints needed to the backend
2020-05-30 02:18:42 +05:30

28 lines
537 B
JSON

{
"/api": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "debug"
},
"/token": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/refresh": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/attendance-report": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
},
"/db-image": {
"target": "http://localhost:9998",
"secure": false,
"logLevel": "info"
}
}