diff --git a/example-config.toml b/example-config.toml index 0a82593..6bcae09 100644 --- a/example-config.toml +++ b/example-config.toml @@ -8,7 +8,7 @@ input_encoding = 'utf8' type = 'sqlite' [database.sqlite] -path = 'sqlite:///test.db' +path = 'test.db' [database.postgresql] host = 'localhost'