Files
watchstate/config/directories.php
2022-06-20 19:32:36 +03:00

14 lines
213 B
PHP

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