example-config.toml: fix sqlite default path

This commit is contained in:
2026-02-05 01:38:35 +09:00
parent b1bb1e556b
commit 72cd066414
+1 -1
View File
@@ -8,7 +8,7 @@ input_encoding = 'utf8'
type = 'sqlite' type = 'sqlite'
[database.sqlite] [database.sqlite]
path = 'sqlite:///test.db' path = 'test.db'
[database.postgresql] [database.postgresql]
host = 'localhost' host = 'localhost'