-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 1.25 KB
/
.env.example
File metadata and controls
24 lines (20 loc) · 1.25 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
NEXT_PUBLIC_GOOGLE_CLIENT_ID=your-google-client-id
NEXT_PUBLIC_SUI_NETWORK=testnet
# Use the local prover stack (zk-prover/docker-compose.yml). Override if you rely on Mysten's hosted prover.
NEXT_PUBLIC_ZK_PROVER_URL=http://localhost:5001/v1
ZK_SALT_SECRET=replace-with-32-char-secret
# Walrus media pipeline (used by apps/web/lib/walrus.ts)
NEXT_PUBLIC_WALRUS_PUBLISHER_URL=https://publisher.walrus-testnet.walrus.space
NEXT_PUBLIC_WALRUS_AGGREGATOR_URL=https://aggregator.walrus-testnet.walrus.space
NEXT_PUBLIC_WALRUS_DEFAULT_EPOCHS=5
# Prooflirt profile package + shared registry metadata (used by apps/web/lib/profile-contract.ts)
NEXT_PUBLIC_PROFILE_PACKAGE=0xc991188b615eaf5b2eaa48b9f2a5f1b03cabf41711c89adc6d6cdd25cc003ab8
NEXT_PUBLIC_PROFILE_REGISTRY_ID=0xb8b1c83507c31fa7cdc98fd96202f010af901e07df4150ae3b371f02979c88d9
NEXT_PUBLIC_PROFILE_REGISTRY_VERSION=627862130
# Messaging contracts
NEXT_PUBLIC_MESSAGE_PACKAGE=0xc991188b615eaf5b2eaa48b9f2a5f1b03cabf41711c89adc6d6cdd25cc003ab8
NEXT_PUBLIC_MESSAGE_REGISTRY_ID=0x9a1f7df666bb7f03b9a83f24b83c62677586e1646b1f22643d65b7eaf99b2e70
NEXT_PUBLIC_MESSAGE_REGISTRY_VERSION=627862130
# Private messaging + encryption stack
NEXT_PUBLIC_SEAL_URL=https://seal-devnet.prooflirt.example
NEXT_PUBLIC_MESSAGES_ENABLE=false