aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-02-07 09:44:59 +0100
committerLaria Carolin Chabowski <laria@laria.me>2020-02-07 09:44:59 +0100
commit2eb5a432d2229788ce2fdb09f36c6f4bebdea813 (patch)
treeab57978bdda34c82b025b897cfb6825b1fd1e654 /config.php
downloadmicropoly-2eb5a432d2229788ce2fdb09f36c6f4bebdea813.tar.gz
micropoly-2eb5a432d2229788ce2fdb09f36c6f4bebdea813.tar.bz2
micropoly-2eb5a432d2229788ce2fdb09f36c6f4bebdea813.zip
Initial commit
Diffstat (limited to 'config.php')
-rw-r--r--config.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php b/config.php
new file mode 100644
index 0000000..5b7a17f
--- /dev/null
+++ b/config.php
@@ -0,0 +1,6 @@
+<?php
+return [
+ "templates_path" => __DIR__ . "/templates",
+ "templates_cache" => false, //__DIR__ . "/.templates_cache",
+ "sqlitedb" => __DIR__ . "/notes.db",
+];