trading-platform/apps/trading-agents/.env.example

30 lines
591 B
Plaintext

# Environment Configuration for Trading Agents Service
# Environment
ENVIRONMENT=development
LOG_LEVEL=INFO
# Binance API (Testnet)
BINANCE_API_KEY=your_binance_testnet_api_key
BINANCE_API_SECRET=your_binance_testnet_api_secret
BINANCE_TESTNET=true
# ML Engine
ML_ENGINE_URL=http://ml-engine:3083
ML_ENGINE_API_KEY=dev_ml_key
# Database
DATABASE_URL=postgresql+asyncpg://orbiquant:dev_password@database:5432/orbiquant
# Redis
REDIS_URL=redis://redis:6379/0
# API
API_PORT=3086
API_HOST=0.0.0.0
# PostgreSQL
POSTGRES_USER=orbiquant
POSTGRES_PASSWORD=dev_password
POSTGRES_DB=orbiquant