Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wiedemann authored Nov 28, 2023
1 parent ef7b846 commit 2924cc8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charts/vcverifier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ deployment:
pathsToSkip:
- /metrics
- /health
# -- m2m related config
m2m:
authEnabled: false
keyPath: /opt/did/secret/tls.key
credentialPath: /opt/credential/credential.json
verificationMethod: did:example:key#1
# -- ssikit related configuration
ssikit:
# -- address of the auditor url
Expand Down Expand Up @@ -166,4 +172,4 @@ templates:
# <main>
# <h3>Scan the qr to login</h3>
# <img src="data:{{.qrcode}}" alt="The qr should be here.">
# </main>
# </main>

0 comments on commit 2924cc8

Please sign in to comment.