<?php
return [
    "templates_path" => __DIR__ . "/templates",
    "templates_cache" => false, //__DIR__ . "/.templates_cache",
    "sqlitedb" => __DIR__ . "/notes-dev.db",
    "attachments" => __DIR__ . "/attachments",
];