EVO - config : Allow administrators to customize spool location path for creation/deletion of client's environment - SASS Mode

pull/1/head
Cyril Rouyer 2017-03-10 11:36:39 +01:00
parent 591ea8b5a8
commit b1e6d50f27
1 changed files with 4 additions and 0 deletions

View File

@ -112,5 +112,9 @@ return array(
),
),
),
'spool_path_create' => getcwd() .'/data/json/create/',//default location path where the json file enabling the creation of the environment of the client should be generated
'spool_path_delete' => getcwd() .'/data/json/delete/', //default location path where the json file enabling the deletion of the environment of the client should be generated
// END DOCTRINE CONF
);