mirror of
https://github.com/Jetsparrow/jetherald.git
synced 2026-01-20 23:56:08 +03:00
21 lines
334 B
JSON
21 lines
334 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"Telegram": {
|
|
"UseProxy": "true"
|
|
},
|
|
"Timeout": {
|
|
"DebtLimitSeconds": 600,
|
|
"HeartbeatCost": 60,
|
|
"ReportCost": 60
|
|
},
|
|
"PathBase": "/",
|
|
"AuthConfig": {
|
|
"InviteCodeLength" : 128,
|
|
"TicketIdLengthBytes": 64,
|
|
"HashType": 1
|
|
}
|
|
} |