2020-08-08 08:53:35 +02:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
2020-08-09 01:31:16 +02:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"DatabaseId": "DefaultDatabase",
|
|
|
|
"ContainerId": "DefaultContainer",
|
|
|
|
"ServerTimeoutPeriodInMinutes": "7",
|
2020-08-09 02:26:41 +02:00
|
|
|
"ServerCleanupIntervalInMinutes": "1",
|
2020-08-16 11:03:10 +02:00
|
|
|
"MaxServerCount": 1000,
|
2022-09-05 22:42:41 +02:00
|
|
|
"MaxServersPerIp": 5,
|
2020-09-01 07:46:07 +02:00
|
|
|
"DiscordUri": "https://discord.gg/Avj4azU",
|
|
|
|
"BlobConnectionString": "",
|
|
|
|
"CrashBlobContainerName": "crashes"
|
2020-08-08 08:53:35 +02:00
|
|
|
}
|