Development

This commit is contained in:
Matthew Grotke 2026-06-10 15:17:20 -04:00
parent c3baeff875
commit 15aa50bda6

View file

@ -675,7 +675,7 @@ def main():
reuse_config = False reuse_config = False
if dash_installed: if dash_installed:
reuse_config = prompt_yn( reuse_config = prompt_yn(
"Re-use existing Docker configuration? (Keeps SECRET_KEY and SMTP credentials)", "Re-use existing Docker configuration? (Keeps CREDENTIALS_KEY and SMTP credentials)",
default="y" default="y"
) )