From 8fc5ff84c2403e2409222005cfd9443af83fccde Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Tue, 10 Feb 2026 17:22:05 +0100 Subject: [PATCH] fixup! add config change in cli --- internal/apitest/config_test/test.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/apitest/config_test/test.toml b/internal/apitest/config_test/test.toml index a6b6961..aa6e561 100644 --- a/internal/apitest/config_test/test.toml +++ b/internal/apitest/config_test/test.toml @@ -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"