We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0331730 commit ae1e22aCopy full SHA for ae1e22a
.env.example
@@ -0,0 +1,12 @@
1
+AUTH_TYPE = waltid
2
+WALTID_VERIFIER_URL=https://verifier2.demo.oceanenterprise.io
3
+OCEAN_NODE_URL=https://ocean-node-vm1.oceanenterprise.io
4
+WALTID_SUCCESS_REDIRECT_URL=https://example.com/success?id=$id
5
+WALTID_ERROR_REDIRECT_URL=https://example.com/error?id=$id
6
+WALTID_VERIFY_RESPONSE_REDIRECT_URL=https://psproxy1.demo.oceanenterprise.io/verify/$id
7
+WALTID_VERIFY_PRESENTATION_DEFINITION_URL=https://psproxy1.demo.oceanenterprise.io/pd/$id
8
+DEFAULT_VP_POLICIES=expired,signature,revoked-status-list,not-before
9
+DEFAULT_VC_POLICIES=expired,signature,revoked-status-list,not-before
10
+ENABLE_LOGS=1
11
+MODE_PROXY=0
12
+MODE_PS=1
0 commit comments