mangadex_at_home/settings.sample.json

16 lines
690 B
JSON
Raw Normal View History

{
"client_secret": "nosenpaithisisoursecret",
2020-06-22 16:26:14 +00:00
"client_hostname": "0.0.0.0", // "0.0.0.0" is the default and binds to everything
"client_port": 443, // 443 is recommended if possible
"threads": 16,
2020-06-22 16:26:14 +00:00
"graceful_shutdown_wait_seconds": 60, // Time from graceful shutdown start to force quit
// This rounds down to 15-second increments
"max_cache_size_in_mebibytes": 80000,
2020-06-22 16:26:14 +00:00
"max_kilobits_per_second": 0, // 0 disables max brust limiting
"max_mebibytes_per_hour": 0, // 0 disables hourly bandwidth limiting
"web_settings": {
2020-06-22 16:26:14 +00:00
"ui_hostname": "127.0.0.1", // "0.0.0.0" is the default and binds to localhost only
"ui_port": 8080
}
}