-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 1.34 KB
/
Copy path.env.example
File metadata and controls
26 lines (21 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Repo root — copy to .env (gitignored)
# ngrok authtoken for `npm run dev:general-wallet`
# https://dashboard.ngrok.com/get-started/your-authtoken
NGROK_AUTHTOKEN=
# Optional: reserved ngrok domain (stable URL instead of random subdomain)
# Find yours at https://dashboard.ngrok.com/domains — e.g. immune-sheep-light.ngrok-free.app
NGROK_DOMAIN=
# Optional: full Branding Layer iframe URL for host / credential-issuer / credential-verifier.
# Overrides NGROK_DOMAIN and the localhost default — useful when testing another wallet repo.
# Example: WALLET_IFRAME_URL=https://immune-sheep-light.ngrok-free.app/wallet/
# WALLET_IFRAME_URL=
# Optional: HTTPS for Host Layer examples (host, credential-issuer, credential-verifier).
# Required when embedding HTTPS wallet iframes for passkeys (secure-context ancestor chain).
# If examples/host/certs/dev-*.pem exist, HTTPS is enabled for all three automatically.
# HOST_HTTPS=1
# HOST_SSL_CERT=examples/host/certs/dev-cert.pem
# HOST_SSL_KEY=examples/host/certs/dev-key.pem
# Generate: mkcert -install && mkcert -cert-file examples/host/certs/dev-cert.pem -key-file examples/host/certs/dev-key.pem ows-host.com ows-issuer.com ows-verifier.com localhost 127.0.0.1
# Optional: public origins for credential demos (defaults shown)
# ISSUER_ORIGIN=https://ows-issuer.com:5175
# VERIFIER_ORIGIN=https://ows-verifier.com:5176