Files
bibliomane/config_test/test.toml
Arthur Lefebvre 8432902df1 Second commit
added few test, first api to add book
2025-09-23 17:16:48 +02:00

10 lines
209 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 = ""
# The port to listen on for the server.
port = "8080"