move tests to dedicated package
This commit is contained in:
9
internal/apitest/config_test/test.toml
Normal file
9
internal/apitest/config_test/test.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
# 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"
|
||||
Reference in New Issue
Block a user