appsettings.json 333 B

123456789101112
  1. {
  2. "ConnectionStrings": {
  3. "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Winsoft.GOV.XF.WXCore-95521e08-f0bd-449c-93b5-4e1b926c0e6e;Trusted_Connection=True;MultipleActiveResultSets=true"
  4. },
  5. "Logging": {
  6. "IncludeScopes": false,
  7. "LogLevel": {
  8. "Default": "Warning"
  9. }
  10. }
  11. }