tuitio/IdentityServer.Api/appsettings.json

22 lines
425 B
JSON

{
"urls": "http://*:5063",
"ConnectionStrings": {
"DatabaseConnection": "***REMOVED***"
//"DatabaseConnection": "***REMOVED***"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Restrictions": {
"MaxFailedLoginAttempts": 5
},
"Token": {
"ValidityInMinutes": 43800
}
}