Configuration SOFID

This commit is contained in:
Michael RICOIS 2016-06-16 10:15:32 +02:00
parent f26f913a6a
commit 970da03f79

View File

@ -148,4 +148,17 @@ return array(
),
),
),
'sofid' => array(
'prestations' => array(
array(
'name' => 'SURBODPRDFTSSOFID',
'type' => 'FTP',
'in' => array(
'Route' => array( 'cp' => '/home/data/clients-ftp/sofid/send' ),
'CopyDeleteAfter' => true,
),
'out' => array(),
),
),
),
);