▼  appsettings.json

    {
      “ConnectionStrings”: {
          “DefaultConnection”:
          “Server=(localdb)\mssqllocaldb;Database=DotNetNote;Trusted_Connection=True;”
      },
      
      “Data”: {
          “DefaultConnection”: {
              “ConnectionString”:
          “Server=(localdb)\mssqllocaldb;Database=DotNetNote;Trusted_Connection=True;”
          }
      },
      
      “Logging”: {
          “IncludeScopes”: false,
          “LogLevel”: {
              “Default”: “Debug”,
              “System”: “Information”,
              “Microsoft”: “Information”
          }
      }
    }
    

    신간 소식 구독하기
    뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.