Settings working now. Everything working now.

Time for docker and beta test
This commit is contained in:
2020-05-30 23:39:02 +05:30
parent 95e92fc2bd
commit 013fce2e96
16 changed files with 73 additions and 214 deletions

15
.env
View File

@ -1,13 +1,18 @@
HOST=0.0.0.0
PORT=9998
LOG_LEVEL=info
LOG_LEVEL=WARN
DEBUG=true
DB_URL=postgresql://postgres:123456@localhost:5432/hops
SQLALCHEMY_DATABASE_URI=postgresql://postgres:123456@localhost:5432/hops
MODULE_NAME=brewman.main
SERVER_NAME=localhost
SERVER_HOST=localhost
PROJECT_NAME=bifrost
PROJECT_NAME=brewman
POSTGRES_SERVER=localhost
POSTGRES_USER=postgres
POSTGRES_PASSWORD=123456
POSTGRES_DB=hops
SECRET_KEY=8546a61262dab7c05ccf2e26abe30bc10966904df6dfd29259ea85dd0844a8e7
ALGORITHM=HS256
JWT_TOKEN_EXPIRE_MINUTES=30
ALEMBIC_LOG_LEVEL=INFO
ALEMBIC_SQLALCHEMY_LOG_LEVEL=WARN