{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Server=156.238.98.151;Initial Catalog=Rent_Management;User ID=rent;Password=8eea9I%82;TrustServerCertificate=True;"
  },
  "JwtSettings": {
    "Issuer": "www.abc.com",
    "Audience": "www.abc.com", //recipient
    "SecretKey": "YourSuperSecretKey123786767867787878745"
  },
  "AllowedHosts": "*"
}
