blob: 520712575d75d89ef530821457f401dbe0e00a6a (
plain)
1
2
3
4
5
6
7
|
<?php
return [
"templates_path" => __DIR__ . "/templates",
"templates_cache" => false, //__DIR__ . "/.templates_cache",
"sqlitedb" => __DIR__ . "/notes-dev.db",
"attachments" => __DIR__ . "/attachments",
];
|