Settings working now. Everything working now.
Time for docker and beta test
This commit is contained in:
15
.env
15
.env
@ -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
|
||||
|
||||
Reference in New Issue
Block a user