Add config export

This commit is contained in:
Jack Kingsman
2026-04-20 19:31:18 -07:00
parent 291bd85c78
commit 7528e4121f
5 changed files with 302 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ class Settings(BaseSettings):
default=False,
validation_alias="__CLOWNTOWN_DO_CLOCK_WRAPAROUND",
)
enable_local_private_key_export: bool = False
load_with_autoevict: bool = False
skip_post_connect_sync: bool = False
basic_auth_username: str = ""