Files
watchstate/config/directories.php

15 lines
232 B
PHP

<?php
declare(strict_types=1);
return [
'{path}/db/archive',
'{path}/config',
'{path}/backup',
'{tmp_dir}/logs',
'{tmp_dir}/cache',
'{tmp_dir}/profiler',
'{tmp_dir}/webhooks',
'{tmp_dir}/debug',
];