{
  "AllowedHosts": "*",
  "Kestrel": {
    //"Endpoints": {
    //  "Http": {
    //     "Url": "https://drishinfocmsapi.dilonline.in/"
    //  },
    //},
    "Limits": {
      "MaxConcurrentConnections": 5000,
      "MaxConcurrentUpgradedConnections": 5000,
      "MaxRequestBufferSize": 2096976
    }
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "runtimeOptions": {
    "configProperties": {
      "System.Globalization.Invariant": false
    }
  },
  "ConnectionStrings": {
    "SqlConnection": "data source=192.168.3.8; initial catalog=SAVIOR;user id=sa;password=Secure$1234;Encrypt=false;Persist Security Info=True;TrustServerCertificate=false;"
  }
}
