added new config key to separate config and db folders from tmp files, if it not set it will rely on WS_DATA_PATH.
This commit is contained in:
@@ -4,7 +4,9 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'%(path)/db',
|
||||
'%(path)/logs',
|
||||
'%(path)/config',
|
||||
'%(path)/cache',
|
||||
'%(tmpDir)/logs',
|
||||
'%(tmpDir)/cache',
|
||||
'%(tmpDir)/profiler',
|
||||
'%(tmpDir)/webhooks',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user