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:
Abdulmhsen B. A. A
2022-03-17 17:40:53 +03:00
parent e7ddf00997
commit b025d1a0dd
5 changed files with 28 additions and 17 deletions

View File

@@ -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',
];