chatapp-with-signalr-n-mongodb

Chatapp

!!Projeye appsettings.json dosyası eklenecek ve MongoURI belirtilecek.

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "MongoUri": " database-connection "
}

Foo