Skip to content

Commit

Permalink
fix: signatory config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed May 2, 2023
1 parent d03c81a commit bc3a2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ data:
signatory.conf: |
{
"proofConfig": {
"issuerDid": "",
"proofType": "LD_PROOF",
"credentialsEndpoint": "https://signatory.ssikit.walt-test.cloud/v1/credentials"
},
Expand Down
1 change: 1 addition & 0 deletions k8s/deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ data:
signatory.conf: |
{
"proofConfig": {
"issuerDid": "",
"proofType": "LD_PROOF",
"credentialsEndpoint": "https://signatory.ssikit.walt.id/v1/credentials"
},
Expand Down

0 comments on commit bc3a2a9

Please sign in to comment.