From 401a5b74696c471e5168e421e3de0db1e5f946a8 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 12 Apr 2019 23:34:40 +0800 Subject: Add database connection. --- Timeline/appsettings.Test.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Timeline/appsettings.Test.json') diff --git a/Timeline/appsettings.Test.json b/Timeline/appsettings.Test.json index b1cd5a3b..ea32348b 100644 --- a/Timeline/appsettings.Test.json +++ b/Timeline/appsettings.Test.json @@ -3,7 +3,9 @@ "LogLevel": { "Default": "Debug", "System": "Information", - "Microsoft": "Information" + "Microsoft": "Information", + "Microsoft.AspNetCore.Authentication": "Debug", + "Microsoft.AspNetCore.Authorization": "Debug" } }, "JwtConfig": { -- cgit v1.2.3