chore: add update auth config defaults

This commit is contained in:
2026-06-18 09:36:19 +08:00
parent 622159badd
commit 6bc27f5180
2 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ DEFAULT_CONFIG = {
"last_print_dir": "",
"last_template": "", # name of the last-selected template
"last_batch_mode": "full_combo", # BatchMode value of the last-used mode
"update_source": "", # LAN folder holding manifest.json (empty = no update check)
"update_source": "", # HTTP(S) manifest source (empty = no update check)
"update_user": "", # HTTP Basic Auth user (empty = anonymous)
"update_pass": "", # HTTP Basic Auth password (empty = anonymous)
}
_CONFIG_FILENAME = "app_config.json"