{
  "scraping": {
    "enabled": true,
    "schedule": "0 2 * * *",
    "maxPages": 50,
    "delayBetweenRequests": {
      "min": 1000,
      "max": 3000
    },
    "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1",
    "timeout": 30000,
    "headless": false
  },
  "database": {
    "path": "./database/coto.db",
    "backupRetentionDays": 30,
    "autoVacuum": true
  },
  "api": {
    "port": 3001,
    "corsOrigins": ["https://miopenclaw-vnic.tail9799d2.ts.net"],
    "rateLimit": {
      "windowMs": 900000,
      "max": 100
    }
  },
  "dashboard": {
    "title": "Coto Digital Dashboard",
    "theme": {
      "primary": "#2563eb",
      "secondary": "#10b981",
      "dark": "#1f2937",
      "light": "#f9fafb"
    },
    "features": {
      "search": true,
      "charts": true,
      "export": false,
      "notifications": true
    }
  },
  "security": {
    "bitwarden": {
      "enabled": true,
      "itemName": "Coto Digital",
      "autoUnlock": true
    },
    "tailscale": {
      "enabled": true,
      "hostname": "miopenclaw-vnic.tail9799d2.ts.net"
    },
    "rateLimiting": true,
    "cors": true
  },
  "logging": {
    "level": "info",
    "directory": "./logs",
    "retentionDays": 7,
    "console": true,
    "file": true
  },
  "notifications": {
    "enabled": false,
    "providers": ["telegram", "email"],
    "events": {
      "scrapingComplete": true,
      "scrapingError": true,
      "newOrders": false
    }
  },
  "maintenance": {
    "autoBackup": true,
    "backupSchedule": "0 1 * * *",
    "cleanupOldLogs": true,
    "databaseOptimization": true
  }
}