Moved TELEM_URL from system config to user config
This commit is contained in:
@@ -26,7 +26,6 @@ logger = logging.getLogger(__name__)
|
|||||||
# System config keys - these are immutable and come from system_config.json (bundled in exe)
|
# System config keys - these are immutable and come from system_config.json (bundled in exe)
|
||||||
SYSTEM_CONFIG_KEYS = [
|
SYSTEM_CONFIG_KEYS = [
|
||||||
"URL",
|
"URL",
|
||||||
"TELEM_URL",
|
|
||||||
"APPNAME",
|
"APPNAME",
|
||||||
"LOG_LEVEL",
|
"LOG_LEVEL",
|
||||||
"BAD_PATH_PARTS",
|
"BAD_PATH_PARTS",
|
||||||
@@ -41,6 +40,7 @@ SYSTEM_CONFIG_KEYS = [
|
|||||||
# User config keys - these can be changed by the end user
|
# User config keys - these can be changed by the end user
|
||||||
USER_CONFIG_KEYS = [
|
USER_CONFIG_KEYS = [
|
||||||
"TELEMETRY", # User opt-in/out for telemetry
|
"TELEMETRY", # User opt-in/out for telemetry
|
||||||
|
"TELEM_URL",
|
||||||
"TEXTUAL_THEME", # UI theme preference
|
"TEXTUAL_THEME", # UI theme preference
|
||||||
"EXTRAS", # Feature flags
|
"EXTRAS", # Feature flags
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user