updated postgres and mongo updated
This commit is contained in:
23
api_env.env
23
api_env.env
@@ -1,13 +1,15 @@
|
||||
MONGO_ENGINE=mongodb
|
||||
MONGO_DB=mongo_database
|
||||
MONGO_HOST=mongo_service
|
||||
MONGO_DB=appdb
|
||||
MONGO_HOST=10.10.2.13
|
||||
MONGO_PORT=27017
|
||||
MONGO_USER=mongo_user
|
||||
MONGO_PASSWORD=mongo_password
|
||||
POSTGRES_DB=wag_database
|
||||
POSTGRES_USER=berkay_wag_user
|
||||
POSTGRES_PASSWORD=berkay_wag_user_password
|
||||
POSTGRES_HOST=postgres-service
|
||||
MONGO_USER=appuser
|
||||
MONGO_AUTH_DB=appdb
|
||||
MONGO_PASSWORD=apppassword
|
||||
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=password
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_HOST=10.10.2.14
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_ENGINE=postgresql+psycopg2
|
||||
POSTGRES_POOL_PRE_PING=True
|
||||
@@ -16,8 +18,9 @@ POSTGRES_MAX_OVERFLOW=10
|
||||
POSTGRES_POOL_RECYCLE=600
|
||||
POSTGRES_POOL_TIMEOUT=30
|
||||
POSTGRES_ECHO=True
|
||||
REDIS_HOST=redis_service
|
||||
REDIS_PASSWORD=commercial_redis_password
|
||||
|
||||
REDIS_HOST=10.10.2.15
|
||||
REDIS_PASSWORD=your_strong_password_here
|
||||
REDIS_PORT=6379
|
||||
REDIS_DB=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user