Skip to content

Commit

Permalink
fix(submit): add missing root user switch, improve error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Oct 21, 2024
1 parent 22550c9 commit 9eef5a6
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 156 deletions.
10 changes: 7 additions & 3 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,17 @@
"address": "localhost:50053"
},
"fulfillment": {
"disabled": true,
"disabled": false,
"address": "localhost:50067",
"createOnSubmit": true,
"cleanupPostSubmit": true
"cleanupPostSubmit": true,
"tech_user": {
"id": "root_tech_user",
"token": "1a4c6789-6435-487a-9308-64d06384acf9"
}
},
"fulfillment_product": {
"disabled": true,
"disabled": false,
"address": "localhost:50067"
},
"invoice": {
Expand Down
Loading

0 comments on commit 9eef5a6

Please sign in to comment.