From 10108bf09d1b3cf96c6de84c83e9e471cc5bd4af Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Mon, 22 Jun 2020 12:13:30 -0500 Subject: [PATCH] Update comments --- settings.sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } }