Skip to content

Commit

Permalink
Add "BusinessPartnerPoolBaseAddress" in appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
tfjanjua committed Dec 23, 2024
1 parent bea9347 commit fa53f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/administration/Administration.Service/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@
"TokenAddress": "",
"BaseAddress": "",
"UseDimWallet": false,
"StartSharingStateAsReady": false
"StartSharingStateAsReady": false,
"BusinessPartnerPoolBaseAddress": ""
},
"Clearinghouse": {
"Username": "",
Expand Down
3 changes: 2 additions & 1 deletion src/processes/Processes.Worker/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@
"TokenAddress": "",
"BaseAddress": "",
"UseDimWallet": false,
"StartSharingStateAsReady": false
"StartSharingStateAsReady": false,
"BusinessPartnerPoolBaseAddress": ""
},
"SdFactory":{
"Username": "",
Expand Down

0 comments on commit fa53f20

Please sign in to comment.