example-config.toml: fix sqlite default path
This commit is contained in:
+1
-1
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user