jetherald/JetHerald/appsettings.Development.json

23 lines
395 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Telegram": {
"UseProxy": "true"
},
"Timeout": {
"DebtLimitSeconds": 600,
"HeartbeatCost": 60,
"ReportCost": 60
},
"PathBase": "/",
"AuthConfig": {
"InviteCodeLength": 128,
"TicketIdLengthBytes": 64,
"HashType": 1
}
}