diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,5 +2,6 @@ return [ "templates_path" => __DIR__ . "/templates", "templates_cache" => false, //__DIR__ . "/.templates_cache", - "sqlitedb" => __DIR__ . "/notes.db", + "sqlitedb" => __DIR__ . "/notes-dev.db", + "attachments" => __DIR__ . "/attachments", ]; |