mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-01 05:15:36 +01:00
20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DatabaseId": "DefaultDatabase",
|
|
"ContainerId": "DefaultContainer",
|
|
"ServerTimeoutPeriodInMinutes": "7",
|
|
"ServerCleanupIntervalInMinutes": "1",
|
|
"MaxServerCount": 1000,
|
|
"MaxServersPerIp": 5,
|
|
"DiscordUri": "https://discord.gg/Avj4azU",
|
|
"BlobConnectionString": "",
|
|
"CrashBlobContainerName": "crashes"
|
|
}
|