· 6 years ago · Aug 02, 2019, 03:44 PM
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Debug",
5 "System": "Information",
6 "Microsoft": "Information"
7 }
8 },
9 "AppSettings": {
10 "SecretKey": "My very secure secret key for Development environment, do not share"
11 }
12}