1- # Stellar Network Configuration
2- NEXT_PUBLIC_STELLAR_NETWORK = testnet
3- # Options: testnet, public
4-
5- # Application Configuration
6- NEXT_PUBLIC_APP_URL = http://localhost:3000
7- # Your application's public URL
8-
9- # API Configuration
10- NEXT_PUBLIC_API_URL = http://localhost:8000/api
11- # Your backend API URL
12-
13- # WalletConnect Configuration
14- NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID = your_wallet_connect_project_id
15- # Get this from https://cloud.walletconnect.com/
16-
17- # Stellar Horizon URLs (optional - defaults will be used)
18- NEXT_PUBLIC_HORIZON_TESTNET_URL = https://horizon-testnet.stellar.org
19- NEXT_PUBLIC_HORIZON_PUBLIC_URL = https://horizon.stellar.org
20-
21- # Application Metadata
22- NEXT_PUBLIC_APP_NAME = Boundless
23- NEXT_PUBLIC_APP_DESCRIPTION = Stellar-based application
24- NEXT_PUBLIC_APP_ICON = /logo.svg
25-
26- # Development Settings
27- NEXT_PUBLIC_DEBUG_MODE = false
28- # Enable debug logging for wallet operations
29-
30- # Feature Flags
31- NEXT_PUBLIC_ENABLE_WALLET_CONNECT = true
32- NEXT_PUBLIC_ENABLE_MULTI_WALLET = true
33- NEXT_PUBLIC_ENABLE_NETWORK_SWITCHING = true
34-
35- # NextAuth Configuration
36- NEXTAUTH_SECRET = your_nextauth_secret_here
37- # Generate a random string for this secret
38- # You can use: openssl rand -base64 32
39-
40- NEXTAUTH_URL = http://localhost:3000
41- # Your application's public URL (same as NEXT_PUBLIC_APP_URL)
42-
43- # Google OAuth Configuration
44- GOOGLE_CLIENT_ID = your_google_client_id
45- # Get this from Google Cloud Console
46-
47- GOOGLE_CLIENT_SECRET = your_google_client_secret
48- # Get this from Google Cloud Console
49-
50- # Environment
51- NODE_ENV = development
52- # Options: development, production, test
53-
1+ # Created by Vercel CLI
2+ GOOGLE_CLIENT_ID = " "
3+ GOOGLE_CLIENT_SECRET = " your_google_client_secret"
4+ NEXTAUTH_SECRET = " PiRlq+7IyU5QJuCiVwjiuwZUGCqc/3qw1QPgLOt2AFg="
5+ NEXTAUTH_URL = " http://localhost:3000"
6+ NEXT_PUBLIC_API_URL = " https://stage-api.boundlessfi.xyz/api"
7+ NEXT_PUBLIC_APP_DESCRIPTION = " Stellar-based application"
8+ NEXT_PUBLIC_APP_ICON = " /logo.svg"
9+ NEXT_PUBLIC_APP_NAME = " Boundless"
10+ NEXT_PUBLIC_APP_URL = " http://localhost:3000"
11+ NEXT_PUBLIC_BETTER_AUTH_URL = " https://stage-api.boundlessfi.xyz"
12+ NEXT_PUBLIC_BOUNDLESS_PLATFORM_ADDRESS = " "
13+ NEXT_PUBLIC_DEBUG_MODE = " false"
14+ NEXT_PUBLIC_ENABLE_MULTI_WALLET = " true"
15+ NEXT_PUBLIC_ENABLE_NETWORK_SWITCHING = " true"
16+ NEXT_PUBLIC_ENABLE_WALLET_CONNECT = " true"
17+ NEXT_PUBLIC_GOOGLE_CLIENT_ID = " "
18+ NEXT_PUBLIC_HORIZON_PUBLIC_URL = " https://horizon.stellar.org"
19+ NEXT_PUBLIC_HORIZON_TESTNET_URL = " https://horizon-testnet.stellar.org"
20+ NEXT_PUBLIC_STELLAR_NETWORK = " testnet"
21+ NEXT_PUBLIC_TRUSTLESS_WORK_API_KEY = " "
22+ NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID = " your_wallet_connect_project_id"
23+ NODE_ENV = " dev"
0 commit comments