21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"urls": "http://*:5063",
|
|
"ConnectionStrings": {
|
|
"DatabaseConnection": "Server=######;Database=######;User Id=######;Password=######;MultipleActiveResultSets=true"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Restrictions": {
|
|
"MaxFailedLoginAttempts": 5
|
|
},
|
|
"Token": {
|
|
"ValidityInMinutes": 43800
|
|
}
|
|
}
|