fix tests

This commit is contained in:
2025-10-04 00:05:49 +02:00
parent 6e189d2ff0
commit 884d674765
3 changed files with 33 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
database_file_path = "file::memory:?cache=shared"
# The path to the sql file to load for demo data.
demo_data_path = ""
demo_data_path = "./demodata.sql"
# The port to listen on for the server.
port = "8080"