example-config.toml: fix sqlite default path

This commit is contained in:
2026-02-05 01:38:35 +09:00
parent b1bb1e556b
commit 72cd066414

View File

@@ -8,7 +8,7 @@ input_encoding = 'utf8'
type = 'sqlite'
[database.sqlite]
path = 'sqlite:///test.db'
path = 'test.db'
[database.postgresql]
host = 'localhost'