{
  "Serilog": {
    "MinimumLevel": {
      "Default": "Debug",
      "Override": {
        "Microsoft": "Information",
        "Microsoft.AspNetCore": "Information",
        "Microsoft.EntityFrameworkCore.Database.Command": "Information",
        "System": "Information"
      }
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Database=sayed_TahfeezDb;User Id=sayed_TahfeezDb;Password=Al@minQuran$2026;"
  },
  "ApplicationClients": {
    "TahfeezWebApp": {
      "ClientId": "tahfeez-web-app",
      "ClientSecret": "secret",
      "AllowedGrantTypes": [ "password", "refresh_token" ]
    },
    "TahfeezApiApp": {
      "ClientId": "tahfeez-api-app",
      "ClientSecret": "secret",
      "AllowedGrantTypes": [ "password", "refresh_token" ]
    },
    "TahfeezMobileApp": {
      "ClientId": "tahfeez-mobile-app",
      "ClientSecret": "secret",
      "AllowedGrantTypes": [ "password", "refresh_token" ]
    }
  },
  "Twilio": {
    "AccountSid": "ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "AuthToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "WhatsAppFrom": "whatsapp:+14155238886"
  }
}

