1 2 3 4 5 6
<?php return [ "templates_path" => __DIR__ . "/templates", "templates_cache" => false, //__DIR__ . "/.templates_cache", "sqlitedb" => __DIR__ . "/notes.db", ];