# Bybit API Configuration
BYBIT_API_KEY=your_api_key_here
BYBIT_API_SECRET=your_api_secret_here
# Environment (testnet or mainnet)
BYBIT_ENVIRONMENT=testnet
# Base URL (will be set based on environment)
# testnet: https://api-testnet.bybit.com
# mainnet: https://api.bybit.com
BYBIT_BASE_URL=
# Enable debug logging (true/false)
DEBUG=false