forked from Stellar-split/split-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 736 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (14 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NEXT_PUBLIC_STELLAR_NETWORK=testnet
NEXT_PUBLIC_CONTRACT_ID=YOUR_CONTRACT_ID_HERE
NEXT_PUBLIC_RPC_URL=https://soroban-testnet.stellar.org
API_KEY_SIGNING_SECRET=replace-with-a-long-random-server-secret
CSRF_SECRET=replace-with-a-long-random-server-secret
# Generate with: npx web-push generate-vapid-keys
NEXT_PUBLIC_VAPID_PUBLIC_KEY=replace-with-vapid-public-key
VAPID_PRIVATE_KEY=replace-with-vapid-private-key
VAPID_SUBJECT=mailto:support@example.com
# Optional: enables Vercel Blob CDN storage for branding logo uploads
# (Settings → Branding). Without it, logos are stored in-process and served
# from /api/settings/branding/logo/... with CDN-style immutable cache headers
# (fine for local dev and CI).
BLOB_READ_WRITE_TOKEN=