mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
web admin is disabled by default for now
This commit is contained in:
parent
3f742c7b1a
commit
c2e85ce9a6
|
|
@ -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
|
# this also uses the receiver_gps setting from above, so make sure it contains a correct locator
|
||||||
pskreporter_enabled = False
|
pskreporter_enabled = False
|
||||||
pskreporter_callsign = "N0CALL"
|
pskreporter_callsign = "N0CALL"
|
||||||
|
|
||||||
|
# === Web admin settings ===
|
||||||
|
webadmin_enabled = False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue