-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
31 lines (24 loc) · 844 Bytes
/
env.example
File metadata and controls
31 lines (24 loc) · 844 Bytes
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
# Database Configuration
DATABASE_URL=postgresql://username:password@localhost:5432/chaincast?schema=public
# Logging Configuration
LOG_LEVEL=debug
SILENT=false
LOG_TO_FILE=false
# API Configuration
CHAIN_CAST_API_PORT=4400
# Redis Configuration (optional for development)
REDIS_URL=redis://localhost:6379
# Blockchain Configuration
# Add your blockchain RPC endpoints here
ETHEREUM_RPC_URL=https://mainnet.infura.io/v3/YOUR_PROJECT_ID
POLYGON_RPC_URL=https://polygon-rpc.com
BSC_RPC_URL=https://bsc-dataseed.binance.org
# API Keys (optional)
# INFURA_PROJECT_ID=your_infura_project_id
# ALCHEMY_API_KEY=your_alchemy_api_key
# Security (optional)
# JWT_SECRET=your_jwt_secret_key
# ENCRYPTION_KEY=your_encryption_key
# External Services (optional)
# ELASTICSEARCH_URL=http://localhost:9200
# WEBHOOK_URL=https://your-webhook-endpoint.com