Skip to content

Commit dda78a5

Browse files
author
Gerald Baulig
committed
fix(config): disable fulfillment and invoice service connection attempts
1 parent 2fc5d3f commit dda78a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cfg/config_production.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,25 @@
6262
"address": "resource-srv:50051"
6363
},
6464
"fulfillment": {
65+
"disabled": true,
6566
"address": "fulfillment-srv:50051"
6667
},
6768
"fulfillment_product": {
69+
"disabled": true,
6870
"address": "fulfillment-srv:50051"
6971
},
7072
"invoice": {
73+
"disabled": true,
7174
"address": "invoice-srv:50051"
7275
}
7376
},
7477
"authorization": {
7578
"client": {
7679
"acs-srv": {
7780
"address": "access-control-srv:50051"
81+
},
82+
"user": {
83+
"address": "identity-srv:50051"
7884
}
7985
},
8086
"cache": {

0 commit comments

Comments
 (0)