Add default entry to config

This commit is contained in:
deajan 2024-09-03 23:48:05 +02:00
parent 794f34d97d
commit c794defbb1

View file

@ -224,6 +224,7 @@ empty_config_dict = {
"http_username": None,
"http_password": None,
"additional_labels": [],
"no_cert_verify": False,
},
"global_options": {
"auto_upgrade": False,