aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.Test.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-12 23:34:40 +0800
committercrupest <crupest@outlook.com>2019-04-12 23:34:40 +0800
commit1d184c3f41da806803c1ee792395eabcd155077d (patch)
tree0fa205ca1c58766101ae7f6c78be5ff2d77a0f28 /Timeline/appsettings.Test.json
parent19cae15eba2bcede41b818e1b8ab7fd5ac92eb05 (diff)
downloadtimeline-1d184c3f41da806803c1ee792395eabcd155077d.tar.gz
timeline-1d184c3f41da806803c1ee792395eabcd155077d.tar.bz2
timeline-1d184c3f41da806803c1ee792395eabcd155077d.zip
Add database connection.
Diffstat (limited to 'Timeline/appsettings.Test.json')
-rw-r--r--Timeline/appsettings.Test.json4
1 files changed, 3 insertions, 1 deletions
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": {