Added the docker files and ansible playbooks for two instances namely pkl and chd.
This commit is contained in:
17
docker/files/pkl.env
Normal file
17
docker/files/pkl.env
Normal file
@ -0,0 +1,17 @@
|
||||
HOST=0.0.0.0
|
||||
PORT=80
|
||||
LOG_LEVEL=WARN
|
||||
DEBUG=false
|
||||
SQLALCHEMY_DATABASE_URI=postgresql://postgres:123456@db:5432/pettypkl
|
||||
MODULE_NAME=barker.main
|
||||
PROJECT_NAME=barker
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
SECRET_KEY=bd6e5dee0f3b8a6f0db50f7aa08e91d55b2ae5ab6df126defa37e80602481002
|
||||
MIDDLEWARE_SECRET_KEY=1d34ef6597
|
||||
ALGORITHM=HS256
|
||||
JWT_TOKEN_EXPIRE_MINUTES=30
|
||||
NEW_DAY_OFFSET_MINUTES=420
|
||||
TIMEZONE_OFFSET_MINUTES=330
|
||||
ALEMBIC_LOG_LEVEL=INFO
|
||||
ALEMBIC_SQLALCHEMY_LOG_LEVEL=WARN
|
||||
Reference in New Issue
Block a user