workspace/projects/trading-platform/apps/mt4-gateway/.env.example
rckrdmrd 513a86ceee
Some checks are pending
CI Pipeline / changes (push) Waiting to run
CI Pipeline / core (push) Blocked by required conditions
CI Pipeline / trading-backend (push) Blocked by required conditions
CI Pipeline / trading-data-service (push) Blocked by required conditions
CI Pipeline / trading-frontend (push) Blocked by required conditions
CI Pipeline / erp-core (push) Blocked by required conditions
CI Pipeline / erp-mecanicas (push) Blocked by required conditions
CI Pipeline / gamilit-backend (push) Blocked by required conditions
CI Pipeline / gamilit-frontend (push) Blocked by required conditions
Major update: orchestration system, catalog references, and multi-project enhancements
Core:
- Add catalog reference implementations (auth, payments, notifications, websocket, etc.)
- New agent profiles: Database Auditor, Integration Validator, LLM Agent, Policy Auditor, Trading Strategist
- Update SIMCO directives and add escalation/git guidelines
- Add deployment inventory and audit execution reports

Projects:
- erp-suite: DevOps configs, Dockerfiles, shared libs, vertical enhancements
- gamilit: Test structure, admin controllers, service refactoring, husky/commitlint
- trading-platform: MT4 gateway, auth controllers, admin frontend, deployment scripts
- platform_marketing_content: Full DevOps setup, tests, Docker configs
- betting-analytics/inmobiliaria-analytics: Initial app structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 22:53:55 -06:00

58 lines
1.6 KiB
Plaintext

# MT4 Gateway Service Configuration
# OrbiQuant IA Trading Platform
# Copy to .env and fill in your values
# ============================================
# Server Configuration
# ============================================
GATEWAY_HOST=0.0.0.0
GATEWAY_PORT=8090
LOG_LEVEL=INFO
# ============================================
# Database
# ============================================
DATABASE_URL=postgresql://orbiquant_user:orbiquant_dev_2025@localhost:5432/orbiquant_trading
# ============================================
# ML Engine Connection
# ============================================
ML_ENGINE_URL=http://localhost:8000
ML_ENGINE_TIMEOUT=5
# ============================================
# Agent 1: Atlas (Demo - EBC)
# ============================================
AGENT_1_ENABLED=true
AGENT_1_MT4_HOST=localhost
AGENT_1_MT4_PORT=8081
AGENT_1_AUTH_TOKEN=secret_agent_1
# ============================================
# Agent 2: Orion (Disabled by default)
# ============================================
AGENT_2_ENABLED=false
AGENT_2_MT4_HOST=localhost
AGENT_2_MT4_PORT=8082
AGENT_2_AUTH_TOKEN=secret_agent_2
# ============================================
# Agent 3: Nova (Disabled by default)
# ============================================
AGENT_3_ENABLED=false
AGENT_3_MT4_HOST=localhost
AGENT_3_MT4_PORT=8083
AGENT_3_AUTH_TOKEN=secret_agent_3
# ============================================
# Risk Management Global
# ============================================
EMERGENCY_STOP=false
MAX_TOTAL_EXPOSURE=0.10
# ============================================
# Monitoring
# ============================================
HEALTH_CHECK_INTERVAL=30
ALERT_WEBHOOK=