aboutsummaryrefslogtreecommitdiff
path: root/config.php
blob: 5b7a17fccce89b49c29ec62aafb6fb9e915a978e (plain)
1
2
3
4
5
6
<?php
return [
    "templates_path" => __DIR__ . "/templates",
    "templates_cache" => false, //__DIR__ . "/.templates_cache",
    "sqlitedb" => __DIR__ . "/notes.db",
];