-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (29 loc) · 930 Bytes
/
.env.example
File metadata and controls
35 lines (29 loc) · 930 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
32
33
34
35
# Database Configuration
DATABASE_URL=postgresql://user:password@localhost:5432/cryptomerkle
PGHOST=localhost
PGPORT=5432
PGDATABASE=cryptomerkle
PGUSER=user
PGPASSWORD=password
# Application Configuration
NODE_ENV=development
PORT=5000
# Mining Pool API Keys (Optional - for enhanced features)
# SLUSH_POOL_API_KEY=your_slush_pool_api_key
# F2POOL_API_KEY=your_f2pool_api_key
# ANTPOOL_API_KEY=your_antpool_api_key
# BINANCE_POOL_API_KEY=your_binance_pool_api_key
# POOLIN_API_KEY=your_poolin_api_key
# Security Configuration
# JWT_SECRET=your_jwt_secret_key
# SESSION_SECRET=your_session_secret_key
# External Services (Optional)
# REDIS_URL=redis://localhost:6379
# ELASTICSEARCH_URL=http://localhost:9200
# Monitoring & Analytics (Optional)
# SENTRY_DSN=your_sentry_dsn
# ANALYTICS_API_KEY=your_analytics_api_key
# GPU Hardware Configuration
# GPU_OPTIMIZATION_LEVEL=high
# MAX_PARALLEL_WORKERS=8
# MEMORY_POOL_SIZE=2048