-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy path.env.example
More file actions
37 lines (30 loc) · 816 Bytes
/
Copy path.env.example
File metadata and controls
37 lines (30 loc) · 816 Bytes
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
# Auth
JWT_SECRET=
# Blockchain
RPC_URL=
TOKEN_TRANSFER_CONTRACT_ID=
GROUP_TREASURY_CONTRACT_ID=
PROPOSALS_CONTRACT_ID=
# Database
DATABASE_URL=
# Redis
REDIS_URL=
# Object storage (S3-compatible). Defaults below target local MinIO from
# infra/docker-compose.yml. For AWS S3 or Cloudflare R2, swap endpoint,
# credentials, region, and set OBJECT_STORE_FORCE_PATH_STYLE=false.
OBJECT_STORE_ENDPOINT=http://localhost:9000
OBJECT_STORE_BUCKET=clicked
OBJECT_STORE_ACCESS_KEY=clicked
OBJECT_STORE_SECRET_KEY=clickedsecret
OBJECT_STORE_REGION=us-east-1
OBJECT_STORE_FORCE_PATH_STYLE=true
# AI Service
OPENAI_API_KEY=
# Messaging
XMTP_ENV=dev
# Push Notifications (VAPID)
VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
VAPID_SUBJECT=mailto:admin@example.com
# Exposed to the browser via Next.js
NEXT_PUBLIC_VAPID_PUBLIC_KEY=