Files
watchstate/config/directories.php

13 lines
182 B
PHP

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