Skip to content

Commit ae1e22a

Browse files
committed
create .env.example
1 parent 0331730 commit ae1e22a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)