tuitio/IdentityServer.Api/appsettings.json

22 lines
425 B
JSON
Raw Normal View History

2020-12-19 18:17:24 +02:00
{
2020-12-20 11:28:25 +02:00
"urls": "http://*:5063",
2020-12-20 00:18:53 +02:00
"ConnectionStrings": {
2021-11-11 01:20:02 +02:00
"DatabaseConnection": "***REMOVED***"
2022-02-18 23:41:09 +02:00
//"DatabaseConnection": "***REMOVED***"
2020-12-20 00:18:53 +02:00
},
2020-12-19 18:17:24 +02:00
"Logging": {
"LogLevel": {
2020-12-21 01:28:22 +02:00
"Default": "Debug",
2020-12-19 18:17:24 +02:00
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2021-11-13 17:17:13 +02:00
"AllowedHosts": "*",
"Restrictions": {
"MaxFailedLoginAttempts": 5
},
"Token": {
"ValidityInMinutes": 43800
}
2020-12-19 18:17:24 +02:00
}