blob: 424b38854ed0c80a5bcacdd9207398aad6aef173 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"JwtConfig": {
"SigningKey": "this is very very very very very long secret"
}
}
|