-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy path.env.example
More file actions
33 lines (33 loc) · 1.66 KB
/
.env.example
File metadata and controls
33 lines (33 loc) · 1.66 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
# Created by Vercel CLI
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET="your_google_client_secret"
# Set a strong secret per environment (e.g. openssl rand -base64 32). Do not commit real values.
NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
# In production set to your production API base (e.g. https://api.boundlessfi.xyz). Do not rely on staging fallback.
NEXT_PUBLIC_API_URL="https://stage-api.boundlessfi.xyz/api"
NEXT_PUBLIC_APP_DESCRIPTION="Stellar-based application"
NEXT_PUBLIC_APP_ICON="/logo.svg"
NEXT_PUBLIC_APP_NAME="Boundless"
NEXT_PUBLIC_APP_URL="http://localhost:3000"
# Required in production for realtime/socket. No localhost fallback in production.
NEXT_PUBLIC_BETTER_AUTH_URL="https://stage-api.boundlessfi.xyz"
# Required for escrow in production. Set to your platform wallet address.
NEXT_PUBLIC_BOUNDLESS_PLATFORM_ADDRESS=""
NEXT_PUBLIC_DEBUG_MODE="false"
NEXT_PUBLIC_ENABLE_MULTI_WALLET="true"
NEXT_PUBLIC_ENABLE_NETWORK_SWITCHING="true"
NEXT_PUBLIC_ENABLE_WALLET_CONNECT="true"
NEXT_PUBLIC_GOOGLE_CLIENT_ID=""
NEXT_PUBLIC_HORIZON_PUBLIC_URL="https://horizon.stellar.org"
NEXT_PUBLIC_HORIZON_TESTNET_URL="https://horizon-testnet.stellar.org"
NEXT_PUBLIC_STELLAR_NETWORK="testnet"
NEXT_PUBLIC_TRUSTLESS_WORK_API_KEY=""
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID="your_wallet_connect_project_id"
# Error reporting (optional). When set, errors are sent to Sentry.
NEXT_PUBLIC_SENTRY_DSN=""
SENTRY_DSN=""
SENTRY_ORG=""
SENTRY_PROJECT="boundless-next"
SENTRY_AUTH_TOKEN="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"
NODE_ENV="dev"