fixup! add config change in cli
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
|
|
||||||
# Path to sqlite database file.
|
# Path to sqlite database file.
|
||||||
database_file_path = "file::memory:?cache=shared"
|
database-file-path = "file::memory:?cache=shared"
|
||||||
|
|
||||||
# The path to the sql file to load for demo data.
|
# The path to the sql file to load for demo data.
|
||||||
demo_data_path = "../../demodata.sql"
|
demo-data-path = "../../demodata.sql"
|
||||||
|
|
||||||
# Folder where uploaded files will be stored.
|
# Folder where uploaded files will be stored.
|
||||||
image_folder_path = "/tmp"
|
image-folder-path = "/tmp"
|
||||||
|
|
||||||
# The port to listen on for the server.
|
# The port to listen on for the server.
|
||||||
port = "8080"
|
port = "8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user