mangadex_at_home/config.sample.json

15 lines
342 B
JSON
Executable file

{
"client_secret": "nosenpaithisisoursecret",
"client_hostname": "0.0.0.0",
"client_port": 44300,
"threads": 16,
"graceful_shutdown_wait_seconds": 60,
"max_cache_size_in_mebibytes": 80000,
"max_kilobits_per_second": 0,
"max_mebibytes_per_hour": 0,
"web_settings": {
"ui_hostname": "127.0.0.1",
"ui_port": 8080
}
}