forked from sismo-core/app-store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
26 lines (20 loc) · 786 Bytes
/
.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
# Environment Variables for Sismo App Store
# Determine your configuration mode
# - use "main" for the main configuration (https://apps.sismo.io/)
# - use "demo" for the demo configuration (https://demo.apps.sismo.io/)
NEXT_PUBLIC_NODE_ENV=demo
# Required for zkForm applications
# This is only necessary when you need to write into spreadsheets
ZK_FORM_SPREADSHEET_KEY={...}
# required for zkTelegramBot applications
TELEGRAM_BOT_TOKEN=""
POSTGRES_USER=""
POSTGRES_HOST=""
POSTGRES_PASSWORD=""
POSTGRES_DATABASE=""
# The URL of the Sismo API Hub
NEXT_PUBLIC_HUB_API_URL="https://hub.sismo.io"
# Defender ZK Badge relayer
SH_RELAY_DEFENDER_API_KEYS={"mumbai": { "key": "", "secret": ""}}
# Zk Badge contract addresses
NEXT_PUBLIC_ZK_BADGE_ADDRESSES={ "mumbai": "", "sepolia": ""}