{
  "security": {
    "api_key": "ctnet-2024-secure-v2",
    "hmac_secret": "GENERA_UNA_CLAVE_SEGURA_AQUI",
    "encryption_key": "",
    "rate_limit": 30,
    "rate_window": 60,
    "allowed_origins": [
      "https://ctnetonline.com",
      "https://www.ctnetonline.com",
      "http://localhost"
    ]
  },
  "ai": {
    "provider": "gemini",
    "model": "gemini-3.6-flash",
    "base_uri": "https://generativelanguage.googleapis.com/",
    "grok_base_uri": "https://www.ctnetworks.info/",
    "proxy_endpoint": "proxy.php/v1/chat/completions",
    "temperature": 0.7,
    "max_tokens": 500,
    "timeout": 30,
    "max_retries": 2,
    "fallback_enabled": true
  },
  "database": {
    "host": "localhost",
    "name": "bot",
    "user": "ctnet",
    "pass": "ctnet2009"
  },
  "logging": {
    "enabled": true,
    "level": "info",
    "retention_days": 30
  }
}
