-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
50 lines (35 loc) · 1.43 KB
/
.env.example
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
VITE_PORT=
VITE_CLAIM_TYPE=
# API url of deployed services(issuer, kyc-service, ...etc), https://gitlab.com/rarimo/identity/developer-edition
VITE_API_URL=
# Isusuer api ui
VITE_ISSUER_API_URL=
#VITE_API_URL=http://localhost:8000
## Isusuer api ui
#VITE_ISSUER_API_URL=http://localhost:3002
# APP title name
VITE_APP_NAME=Identity
# https://0xpolygonid.github.io/tutorials/issuer/cred-issue-methods/#verifiable-presentations-leveraging-zk-proofs
# Get this hash by generate Keccak256(<JSON-LD schema_url>) last 16 bytes
VITE_AUTH_BJJ_CREDENTIAL_HASH=cca3371a6cb1b715004407e325bd993c
# delay for offer requesting
VITE_CLAIM_OFFER_DELAY=1000
# redirect link for success page
VITE_EXTERNAL_PLATFORM_REDIRECT_URL=https://galxe.com/
VITE_DEFAULT_CHAIN=SEPOLIA
VITE_IDENTITY_SBT_VERIFIER_CONTRACT_ADDRESS_SEPOLIA=
VITE_IDENTITY_VERIFIER_CONTRACT_ADDRESS_SEPOLIA=
VITE_SUPPORTED_CHAINS_DETAILS=
# Client Id of created "client" in your Unstoppable Domains account
# To create client, check this guide https://docs.unstoppabledomains.com/identity/overview/login-with-unstoppable/, especcialy video guide
VITE_UNSTOPPABLE_DOMAINS_CLIENT_ID=
# App Id of created project in your Worldcoin account (developer portal)
# To create it, check this guide https://docs.worldcoin.org/quick-start
VITE_WORLDCOIN_APP_ID=
# Google Analytics measurement id
VITE_GA_ID=
VITE_SUPPORT_LINK=
VITE_COMMUNITY_LINK=
VITE_SENTRY_AUTH_TOKEN=
VITE_SENTRY_DSN=
VITE_DASHBOARD_LINK=