Files
watchstate/config/directories.php
2022-05-13 08:17:10 +03:00

14 lines
219 B
PHP

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