barker/bookie/proxy.conf.json
tanshu fdfd3dcbfb Added: Alembic for migrations
Moving from Pyramid to FastAPI
2020-06-14 18:43:10 +05:30

28 lines
537 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"
},
"/attendance-report": {
"target": "http://localhost:9995",
"secure": false,
"logLevel": "info"
},
"/db-image": {
"target": "http://localhost:9995",
"secure": false,
"logLevel": "info"
}
}