Files
watchstate/config/directories.php
2025-01-21 14:15:29 +03:00

16 lines
252 B
PHP

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