Added the client update folder config option.

master
Ruslan Baidan 2023-03-23 11:41:28 +01:00
parent 03e6d47f78
commit 2fcd92e05d
1 changed files with 3 additions and 2 deletions

View File

@ -125,8 +125,9 @@ return array(
),
),
'spool_path_create' => $datapath.'/json/create/',//default location path where the json file enabling the creation of the environment of the client should be generated
'spool_path_delete' => $datapath.'/json/delete/', //default location path where the json file enabling the deletion of the environment of the client should be generated
'spool_path_create' => $datapath . '/json/create/',//default location path where the json file enabling the creation of the environment of the client should be generated
'spool_path_delete' => $datapath . '/json/delete/', //default location path where the json file enabling the deletion of the environment of the client should be generated
'spool_path_update' => $datapath . '/json/update/',
// END DOCTRINE CONF
);