forked from Open-audit-foundation/Open-Audit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (17 loc) · 865 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (17 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Stellar Network Configuration
# Copy this file to .env.local and fill in your values.
# Horizon REST API endpoint
NEXT_PUBLIC_HORIZON_URL=https://horizon-testnet.stellar.org
# Soroban RPC endpoint
NEXT_PUBLIC_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
# Network passphrase (testnet by default)
NEXT_PUBLIC_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
# Set to "mainnet" to use production endpoints
NEXT_PUBLIC_NETWORK=testnet
# Optional: Sentry DSN for production error grouping (by error type + contract address)
SENTRY_DSN=
# API Key Registry — comma-separated entries of "hashedKey:tier:appName"
# Generate a key pair via POST /api/developer/rotate-key, then add the hashed value here.
# Tiers: free (60 req/min) | partner (5000 req/min)
# Example: OA_API_KEYS="abc123...:free:my-wallet,def456...:partner:analytics-bot"
OA_API_KEYS=