Files
bibliomane/internal/apitest/config_test/test.toml

13 lines
301 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"
# Folder where uploaded files will be stored.
image-folder-path = "/tmp"
# The port to listen on for the server.
port = "8080"