Files
watchstate/config/directories.php
2022-06-05 03:15:19 +03:00

14 lines
219 B
PHP

<?php
declare(strict_types=1);
return [
'%(path)/db/archive',
'%(path)/config',
'%(tmpDir)/logs/tasks',
'%(tmpDir)/cache',
'%(tmpDir)/profiler',
'%(tmpDir)/webhooks',
'%(tmpDir)/debug',
];