24 lines
800 B
PHP
24 lines
800 B
PHP
<?php
|
|
define('BODACC_LOCAL_DIR', '/home/data/bodacc/');
|
|
define('JAL_LOCAL_DIR', '/home/data/jal/');
|
|
|
|
define('HUGIN_LOCAL_DIR', '/home/data/infosreg/hugin/');
|
|
|
|
define('ACTUSNEWS_LOCAL_DIR', '/home/data/infosreg/actusnews/');
|
|
|
|
define('DIRELEASE_LOCAL_DIR', '/home/data/infosreg/direlease/');
|
|
|
|
define('LESECHOS_LOCAL_DIR', '/home/data/infosreg/lesechos/');
|
|
|
|
/** Paramètres du FTP de BusinessWire : Communiqués de presse **/
|
|
define('BUSINESSWIRE_LOCAL_DIR_INCOMING', '/home/data/ftp/businesswire/');
|
|
define('BUSINESSWIRE_LOCAL_DIR', '/home/data/infosreg/businesswire/');
|
|
|
|
/** Dossiers locaux pour les documents a telecharger (PDF kbis, marques, etc...) **/
|
|
define ('DOC_WEB_LOCAL', '/home/vhosts/data/');
|
|
define ('DOC_WEB_URL', '/data/');
|
|
|
|
/** LOGGING **/
|
|
define('LOG_PATH', '/home/vhosts/data/log');
|
|
|