Skip to content

Commit

Permalink
fix(config): set auth redis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jan 8, 2025
1 parent 3a4c9ad commit 82f7dcd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cfg/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"logger": {
"console": {
"handleExceptions": false,
"level": "silly",
"colorize": true,
"prettyPrint": true
},
"fieldOptions": {
"maskFields": [
"password",
Expand Down
5 changes: 5 additions & 0 deletions cfg/config_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"address": "identity-srv:50051"
}
},
"authorization": {
"cache": {
"url": "redis://redis:6379"
}
},
"server": {
"transports": [
{
Expand Down

0 comments on commit 82f7dcd

Please sign in to comment.