From 82f7dcda2b0981fb1bbbb73b9441ecf650006fcd Mon Sep 17 00:00:00 2001 From: Gerald Baulig Date: Wed, 8 Jan 2025 13:29:25 +0100 Subject: [PATCH] fix(config): set auth redis cache --- cfg/config.json | 6 ++++++ cfg/config_production.json | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/cfg/config.json b/cfg/config.json index fea6c8d..28080e6 100644 --- a/cfg/config.json +++ b/cfg/config.json @@ -1,5 +1,11 @@ { "logger": { + "console": { + "handleExceptions": false, + "level": "silly", + "colorize": true, + "prettyPrint": true + }, "fieldOptions": { "maskFields": [ "password", diff --git a/cfg/config_production.json b/cfg/config_production.json index e3a76d3..be97bec 100644 --- a/cfg/config_production.json +++ b/cfg/config_production.json @@ -34,6 +34,11 @@ "address": "identity-srv:50051" } }, + "authorization": { + "cache": { + "url": "redis://redis:6379" + } + }, "server": { "transports": [ {