Skip to content

Commit

Permalink
feat: add clearinghouseConnectDisabled to appsettings
Browse files Browse the repository at this point in the history
Refs: #837
  • Loading branch information
Phil91 committed Aug 6, 2024
1 parent 5cdadec commit 51834cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/administration/Administration.Service/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@
},
"Connectors": {
"MaxPageSize": 20,
"ValidCertificationContentTypes": []
"ValidCertificationContentTypes": [],
"SelfDescriptionDocumentUrl": "",
"ClearinghouseConnectDisabled": false
},
"Registration": {
"ApplicationsMaxPageSize": 20,
Expand Down Expand Up @@ -315,7 +317,8 @@
"Scope": "",
"TokenAddress": "",
"SdFactoryUrl": "https://sdfactory.example.org/selfdescription",
"SdFactoryIssuerBpn": ""
"SdFactoryIssuerBpn": "",
"ClearinghouseConnectDisabled": false
},
"Dim": {
"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 @@ -332,7 +332,8 @@
"Scope": "",
"TokenAddress": "",
"SdFactoryUrl": "https://sdfactory.example.org/selfdescription",
"SdFactoryIssuerBpn": ""
"SdFactoryIssuerBpn": "",
"ClearinghouseConnectDisabled": false
},
"Clearinghouse":{
"Username": "",
Expand Down

0 comments on commit 51834cb

Please sign in to comment.