Wrapping up the portal settings

This commit is contained in:
Ana Custura 2026-03-10 10:27:59 +00:00
parent 2d3338b835
commit a7cb20cf2f
4 changed files with 16 additions and 11 deletions

View file

@ -25,6 +25,7 @@ def seed_defaults():
"butterbox_hostname": current_app.config["BUTTERBOX_HOSTNAME"],
"root_account_settings": "",
"ssh_access_settings": "disable_ssh",
"root_password": "",
}
for key, value in defaults.items():