Files
watchstate/config/directories.php
2022-06-30 20:02:16 +03:00

15 lines
235 B
PHP

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