{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "DBConnection": "Server=SANJEEV\\SQLEXPRESS;Database=TutorAI; Integrated Security=true; Connection Timeout=30; Connection Lifetime=0; pooling=true; Min Pool Size=5; Max Pool Size=100;",
    "DBConnection1": "host=PostgreSQL 15;port=5432;Database=VaaniAI;Username=postgres;Password=test;"
  }
}
