feat: accept username, password, tls for redis configuration

This commit is contained in:
Ali BARIN
2022-11-28 01:56:50 +01:00
parent 4240849a2a
commit 2e0b2191c0
4 changed files with 30 additions and 3 deletions

View File

@@ -13,5 +13,8 @@ ENCRYPTION_KEY=sample-encryption-key
APP_SECRET_KEY=sample-app-secret-key
REDIS_PORT=6379
REDIS_HOST=127.0.0.1
REDIS_USERNAME=redis_username
REDIS_PASSWORD=redis_password
REDIS_TLS=true
ENABLE_BULLMQ_DASHBOARD=false
SERVE_WEB_APP_SEPARATELY=true