Files
bibliomane/config_test/test.toml
2025-10-04 00:05:49 +02:00

10 lines
223 B
TOML

# Path to sqlite database file.
database_file_path = "file::memory:?cache=shared"
# The path to the sql file to load for demo data.
demo_data_path = "./demodata.sql"
# The port to listen on for the server.
port = "8080"