{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Database=WorkerApp;Trusted_Connection=true;"
  },
  "AppSettings": {
    "ApiKey": "worker-key-11111",
    "BaseUrl": "https://worker.example.com",
    "Timeout": 120
  },
  "WorkerSettings": {
    "BatchSize": 100,
    "Interval": 5000,
    "MaxRetries": 3
  },
  "Features": {
    "EnableCache": false,
    "EnableLogging": true,
    "EnableHealthCheck": true
  }
} 