{
  "DatabaseSettings": {
    "DBProvider": "postgresql",
    "ConnectionString": "Host=postgres;Port=5432;Database=wingmandb;Username=wingman;Password=WingmanPass123!;Include Error Detail=true;Timeout=60;Command Timeout=180;Pooling=true;MinPoolSize=5;MaxPoolSize=100;ConnectionLifetime=300;ConnectionIdleLifetime=60",
    "CommandTimeout": 180,
    "MaxRetryCount": 3,
    "MaxRetryDelay": 10,
    "EnableDetailedErrors": true,
    "EnableSensitiveDataLogging": false
  }
}
