Update Health report

This commit is contained in:
2020-12-19 18:19:49 +01:00
parent d089242061
commit c7e433c077
2 changed files with 3 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ const redisConfig: RedisConfig = {
password: Env.get('REDIS_PASSWORD', ''),
db: Env.get('REDIS_DB', 0),
keyPrefix: '',
healthCheck: true
},
},
}