fixup! add config change in cli

This commit is contained in:
2026-02-10 17:22:05 +01:00
parent c948090961
commit 8fc5ff84c2

View File

@@ -1,12 +1,12 @@
# Path to sqlite database file.
database_file_path = "file::memory:?cache=shared"
database-file-path = "file::memory:?cache=shared"
# The path to the sql file to load for demo data.
demo_data_path = "../../demodata.sql"
demo-data-path = "../../demodata.sql"
# Folder where uploaded files will be stored.
image_folder_path = "/tmp"
image-folder-path = "/tmp"
# The port to listen on for the server.
port = "8080"