forked from JSE-ORG/trust-link-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (32 loc) · 2.12 KB
/
Copy path.env.example
File metadata and controls
44 lines (32 loc) · 2.12 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# ── Required ──────────────────────────────────────────────────────────
# Backend API base URL (must point to the TrustLink API server)
NEXT_PUBLIC_API_URL=http://localhost:3001
# Stellar smart contract ID used for escrow operations
NEXT_PUBLIC_CONTRACT_ID=
# Stellar network (testnet | mainnet)
NEXT_PUBLIC_STELLAR_NETWORK=testnet
# Stellar network passphrase (e.g., "Test SDF Network ; September 2015")
NEXT_PUBLIC_STELLAR_NETWORK_PASSPHRASE=
# ── Optional: Soroban ─────────────────────────────────────────────────
# Soroban RPC endpoint (defaults to soroban-testnet.stellar.org)
NEXT_PUBLIC_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
# ── Optional: SEO / Metadata ──────────────────────────────────────────
# Public site URL used in sitemap.xml and robots.txt
NEXT_PUBLIC_SITE_URL=https://trustlink.app
# Application URL used in page metadata
NEXT_PUBLIC_APP_URL=https://trustlink.app
# ── Optional: Sentry ──────────────────────────────────────────────────
# Sentry DSN for error tracking (client, server, and edge)
NEXT_PUBLIC_SENTRY_DSN=
# Sentry auth token for source map uploads during build
SENTRY_AUTH_TOKEN=
# ── Optional: PostHog Analytics ───────────────────────────────────────
# PostHog project API key (required to enable analytics)
NEXT_PUBLIC_POSTHOG_KEY=
# Set to "true" to disable PostHog analytics entirely
NEXT_PUBLIC_POSTHOG_DISABLED=false
# ── Optional: Upstash Redis (Rate Limiting) ───────────────────────────
# Upstash Redis REST URL for rate limiting (falls back to in-memory when unset)
UPSTASH_REDIS_REST_URL=
# Upstash Redis REST token
UPSTASH_REDIS_REST_TOKEN=