2026-01-04 17:03:08 -05:00
|
|
|
# PostgreSQL Configuration
|
|
|
|
|
POSTGRES_HOST=localhost
|
|
|
|
|
POSTGRES_PORT=5432
|
|
|
|
|
POSTGRES_DB=polymarket_tracker
|
|
|
|
|
POSTGRES_USER=tracker
|
|
|
|
|
POSTGRES_PASSWORD=dev_password
|
|
|
|
|
|
|
|
|
|
# Constructed database URL (for application use)
|
2026-03-08 19:45:21 -04:00
|
|
|
DATABASE_URL=postgresql://tracker:dev_password@localhost:5432/polymarket_tracker
|
2026-01-04 17:03:08 -05:00
|
|
|
|
|
|
|
|
# Redis Configuration
|
|
|
|
|
REDIS_HOST=localhost
|
|
|
|
|
REDIS_PORT=6379
|
2026-03-08 19:45:21 -04:00
|
|
|
REDIS_URL=redis://localhost:6379
|
2026-01-04 17:03:08 -05:00
|
|
|
|
|
|
|
|
# Optional: Development tool ports
|
|
|
|
|
ADMINER_PORT=8080
|
|
|
|
|
REDIS_INSIGHT_PORT=5540
|
|
|
|
|
|
|
|
|
|
# Polygon RPC Configuration
|
|
|
|
|
POLYGON_RPC_URL=https://polygon-rpc.com
|
|
|
|
|
POLYGON_FALLBACK_RPC_URL=https://polygon-bor.publicnode.com
|
|
|
|
|
|
|
|
|
|
# Polymarket API Configuration
|
|
|
|
|
POLYMARKET_WS_URL=wss://ws-subscriptions-clob.polymarket.com/ws/market
|
|
|
|
|
|
|
|
|
|
# Alert Webhooks (optional)
|
|
|
|
|
DISCORD_WEBHOOK_URL=
|
|
|
|
|
TELEGRAM_BOT_TOKEN=
|
|
|
|
|
TELEGRAM_CHAT_ID=
|