Skip to content

Commit

Permalink
fix(configs): add namespace to master_data and serviceKey to ostorage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 6, 2024
1 parent 7f36c42 commit 8e4f943
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"master_data": {
"client": {
"address": "127.0.0.1:50053"
}
},
"namespace": "resource",
"root": false
},
"identity": {
"client": {
Expand Down Expand Up @@ -75,7 +77,8 @@
"ostorage": {
"client": {
"address": "127.0.0.1:50066"
}
},
"serviceKey": "ostorage"
},
"events": {
"kafka": {
Expand Down

0 comments on commit 8e4f943

Please sign in to comment.