aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php b/config.php
index 5b7a17f..5207125 100644
--- a/config.php
+++ b/config.php
@@ -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",
];