Skip to content

Commit

Permalink
fix(config): disable fulfillment and invoice service connection attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Mar 11, 2024
1 parent 2fc5d3f commit dda78a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cfg/config_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,25 @@
"address": "resource-srv:50051"
},
"fulfillment": {
"disabled": true,
"address": "fulfillment-srv:50051"
},
"fulfillment_product": {
"disabled": true,
"address": "fulfillment-srv:50051"
},
"invoice": {
"disabled": true,
"address": "invoice-srv:50051"
}
},
"authorization": {
"client": {
"acs-srv": {
"address": "access-control-srv:50051"
},
"user": {
"address": "identity-srv:50051"
}
},
"cache": {
Expand Down

0 comments on commit dda78a5

Please sign in to comment.