mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Update comments
This commit is contained in:
parent
21b38b1cf3
commit
10108bf09d
|
@ -8,8 +8,8 @@
|
||||||
"max_cache_size_in_mebibytes": 80000,
|
"max_cache_size_in_mebibytes": 80000,
|
||||||
"max_kilobits_per_second": 0, // 0 disables max brust limiting
|
"max_kilobits_per_second": 0, // 0 disables max brust limiting
|
||||||
"max_mebibytes_per_hour": 0, // 0 disables hourly bandwidth limiting
|
"max_mebibytes_per_hour": 0, // 0 disables hourly bandwidth limiting
|
||||||
"web_settings": {
|
"web_settings": { //delete this block to disable webui
|
||||||
"ui_hostname": "127.0.0.1", // "0.0.0.0" is the default and binds to localhost only
|
"ui_hostname": "127.0.0.1", // "127.0.0.1" is the default and binds to localhost only
|
||||||
"ui_port": 8080
|
"ui_port": 8080
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue