Amritanshu
43cb697737
This will also change the connection strings. Chore: Removed usage of deprecated datetime.datetime.utcnow()
15 lines
372 B
Bash
15 lines
372 B
Bash
TITLE={{ title }}
|
|
HOST=0.0.0.0
|
|
PORT=80
|
|
LOG_LEVEL=WARN
|
|
DEBUG=false
|
|
SQLALCHEMY_DATABASE_URI=postgresql+psycopg://postgres:123456@db:5432/brewman_{{ name }}
|
|
MODULE_NAME=brewman.main
|
|
PROJECT_NAME=brewman
|
|
SECRET_KEY={{ secret_key }}
|
|
MIDDLEWARE_SECRET_KEY={{ middleware_key }}
|
|
ALGORITHM=HS256
|
|
JWT_TOKEN_EXPIRE_MINUTES=30
|
|
ALEMBIC_LOG_LEVEL=INFO
|
|
ALEMBIC_SQLALCHEMY_LOG_LEVEL=WARN
|