Skip to content

Commit

Permalink
fix(config): disable fulfillment and invoice for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 23, 2023
1 parent 8fe98ef commit 9992e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"address": "localhost:50063"
},
"fulfillment": {
"disable": false,
"disabled": true,
"address": "localhost:50067",
"createOnSubmit": true,
"cleanupPostSubmit": true,
Expand All @@ -214,11 +214,11 @@
}
},
"fulfillment_product": {
"disable": false,
"disabled": true,
"address": "localhost:50067"
},
"invoice": {
"disable": true,
"disabled": true,
"address": "localhost:50077",
"createOnSubmit": true,
"cleanupPostSubmit": true,
Expand Down
2 changes: 2 additions & 0 deletions cfg/config_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
}
},
"fulfillment": {
"disabled": false,
"address": "localhost:50075",
"mock": {
"protoPath": "io/restorecommerce/fulfillment.proto",
Expand All @@ -168,6 +169,7 @@
}
},
"fulfillment_product": {
"disabled": false,
"address": "localhost:50076",
"mock": {
"protoPath": "io/restorecommerce/fulfillment_product.proto",
Expand Down

0 comments on commit 9992e7f

Please sign in to comment.