forked from Atrhick/visuals-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (32 loc) · 1.44 KB
/
.env.example
File metadata and controls
39 lines (32 loc) · 1.44 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
# Pivot Protocol Environment Configuration
# Copy this file to .env.local and fill in your values
# Required: WalletConnect Project ID
# Get from: https://cloud.walletconnect.com/
VITE_WALLETCONNECT_PROJECT_ID=a68601546569a5c135d1371332c35576
# App Configuration
VITE_APP_NAME="Pivot Protocol"
VITE_APP_URL="http://localhost:8082"
VITE_APP_DESCRIPTION="Advanced DeFi trading and portfolio management platform"
# Optional: Custom RPC Endpoints (recommended for production)
# If not provided, public RPCs will be used
# VITE_ETHEREUM_RPC_URL="https://mainnet.infura.io/v3/YOUR_INFURA_KEY"
# VITE_POLYGON_RPC_URL="https://polygon-mainnet.infura.io/v3/YOUR_INFURA_KEY"
# VITE_ARBITRUM_RPC_URL="https://arbitrum-mainnet.infura.io/v3/YOUR_INFURA_KEY"
# VITE_BSC_RPC_URL="https://bsc-dataseed1.binance.org"
# Feature Flags
VITE_ENABLE_TESTNET=false
VITE_ENABLE_ANALYTICS=false
VITE_DEBUG_MODE=false
# Optional: API Configuration
# VITE_API_BASE_URL="https://api.pivotprotocol.com"
# VITE_COINGECKO_API_KEY="your_coingecko_key"
# Security: Trusted Domains (comma-separated)
# Only add domains you control
# VITE_TRUSTED_DOMAINS="pivotprotocol.com,app.pivotprotocol.com"
# Production Environment Example:
# VITE_WALLETCONNECT_PROJECT_ID="abc123def456"
# VITE_APP_URL="https://app.pivotprotocol.com"
# VITE_ENABLE_ANALYTICS=true
# VITE_DEBUG_MODE=false
# VITE_ETHEREUM_RPC_URL="https://mainnet.infura.io/v3/YOUR_KEY"
# VITE_TRUSTED_DOMAINS="pivotprotocol.com,app.pivotprotocol.com"