# Server Configuration
SERVER_HOST=127.0.0.1
SERVER_PORT=8080
# Interactive Brokers API Configuration
IB_API_HOST=localhost
IB_API_PORT=5000
IB_API_BASE_URL=https://localhost:5000/v1/portal
VERIFY_SSL=False
# Authentication Configuration
JWT_SECRET=changeme_in_production
JWT_EXPIRY=86400
# Copy this file to .env and update the values for your environment