SimpleMessagingService

Log | Files | Refs | README

appsettings.json (303B)


      1 {
      2   "ConnectionStrings": {
      3     "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=MyDatabase;Trusted_Connection=True;MultipleActiveResultSets=true"
      4   },
      5   "Logging": {
      6     "LogLevel": {
      7       "Default": "Information",
      8       "Microsoft.AspNetCore": "Warning"
      9     }
     10   },
     11   "AllowedHosts": "*"
     12 }