Added: Alembic for migrations

Moving from Pyramid to FastAPI
This commit is contained in:
2020-06-14 18:43:10 +05:30
parent 0c0a2990a8
commit fdfd3dcbfb
139 changed files with 4017 additions and 3397 deletions

View File

@ -1,7 +1,27 @@
{
"/v1": {
"target": "http://localhost:6543",
"/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"
}
}