diff --git a/settings.sample.json b/settings.sample.json index cd7ab41..f096550 100755 --- a/settings.sample.json +++ b/settings.sample.json @@ -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 } }