From c2e85ce9a6b96eded0de850dba4cd6887ceb8c0e Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 1 Apr 2020 21:40:33 +0200 Subject: [PATCH] web admin is disabled by default for now --- config_webrx.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_webrx.py b/config_webrx.py index 0508d7c..f9ad9bc 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -323,3 +323,6 @@ aprs_symbols_path = "/opt/aprs-symbols/png" # this also uses the receiver_gps setting from above, so make sure it contains a correct locator pskreporter_enabled = False pskreporter_callsign = "N0CALL" + +# === Web admin settings === +webadmin_enabled = False