remove redis
Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 5m50s

This commit is contained in:
2026-01-29 02:23:41 +01:00
parent 1da1f05cdd
commit 4e50482769
14 changed files with 5 additions and 236 deletions

View File

@@ -42,11 +42,7 @@ function createConfig() {
},
cache: {
redis: {
url: env.REDIS_URL,
keyPrefix: env.REDIS_KEY_PREFIX,
enabled: Boolean(env.REDIS_URL),
},
enabled: false,
},
logging: {
@@ -116,11 +112,7 @@ export function getMaskedConfig() {
},
},
cache: {
redis: {
url: mask(c.cache.redis.url),
keyPrefix: c.cache.redis.keyPrefix,
enabled: c.cache.redis.enabled,
},
enabled: c.cache.enabled,
},
logging: {
level: c.logging.level,