20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AccessQueue": {
|
|
"CapacityLimit": 3,
|
|
"ActivitySeconds": 2,
|
|
"ExpirationSeconds": 10,
|
|
"RollingExpiration": true,
|
|
"ActiveUsersUpdateIntervalSeconds": 2
|
|
},
|
|
"AccessQueuePlayground": {
|
|
"RefreshRateMilliseconds": 200
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|