mirror of
https://github.com/Jetsparrow/jetherald.git
synced 2026-01-21 07:56:09 +03:00
23 lines
395 B
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
|
|
}
|
|
} |