Moving to FastAPI

Config is not properly working with .env file as of now
Cost Centre is mostly working, going to work on Accounts now
This commit is contained in:
tanshu
2020-05-08 10:22:25 +05:30
parent 72044476a8
commit fe74ef44bf
89 changed files with 1516 additions and 2421 deletions

9
.env Normal file
View File

@ -0,0 +1,9 @@
HOST=0.0.0.0
PORT=9998
LOG_LEVEL=info
DEBUG=true
DB_URL=postgresql://postgres:123456@localhost:5432/hops
MODULE_NAME=brewman.main
SERVER_NAME=localhost
SERVER_HOST=localhost
PROJECT_NAME=bifrost