1
0
Fork 1
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:
carbotaniuman 2020-06-22 12:13:30 -05:00
parent 21b38b1cf3
commit 10108bf09d

View file

@ -8,8 +8,8 @@
"max_cache_size_in_mebibytes": 80000,
"max_kilobits_per_second": 0, // 0 disables max brust limiting
"max_mebibytes_per_hour": 0, // 0 disables hourly bandwidth limiting
"web_settings": {
"ui_hostname": "127.0.0.1", // "0.0.0.0" is the default and binds to localhost only
"web_settings": { //delete this block to disable webui
"ui_hostname": "127.0.0.1", // "127.0.0.1" is the default and binds to localhost only
"ui_port": 8080
}
}