{
  "ConnectionStrings": {
    "DefaultConnection": "Server=GAMING-PC\\SQLEXPRESS;Database=YBOHukukDB;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=true"
  },
  "AdminCredentials": {
    "Username": "admin",
    "Password": "123456"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}
