Controllers added updated implementations and tests awaits
This commit is contained in:
18
api_env.env
Normal file
18
api_env.env
Normal file
@@ -0,0 +1,18 @@
|
||||
MONGO_ENGINE=mongodb
|
||||
MONGO_DB=mongodb
|
||||
MONGO_HOST=mongo_service
|
||||
MONGO_PORT=27017
|
||||
MONGO_USER=mongo_user
|
||||
MONGO_PASSWORD=mongo_password
|
||||
POSTGRES_DB=POSTGRES_DB
|
||||
POSTGRES_USER=POSTGRES_USER
|
||||
POSTGRES_PASSWORD=POSTGRES_PASSWORD
|
||||
POSTGRES_HOST=POSTGRES_HOST
|
||||
POSTGRES_PORT=1155
|
||||
POSTGRES_ENGINE=POSTGRES_ENGINE
|
||||
POSTGRES_POOL_PRE_PING=True
|
||||
POSTGRES_POOL_SIZE=20
|
||||
POSTGRES_MAX_OVERFLOW=10
|
||||
POSTGRES_POOL_RECYCLE=600
|
||||
POSTGRES_POOL_TIMEOUT=30
|
||||
POSTGRES_ECHO=True
|
||||
Reference in New Issue
Block a user