Ajout de la config pour la recette
This commit is contained in:
parent
9bc65de8b9
commit
0b2eb7dedb
8
config/WebRecette/mysql.php
Normal file
8
config/WebRecette/mysql.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
// Base de données de S&D
|
||||
define('MYSQL_HOST', '192.168.3.30');
|
||||
define('MYSQL_USER', 'wsuser');
|
||||
define('MYSQL_PASS', 'wspass2012');
|
||||
define('MYSQL_DEFAULT_DB', 'jo');
|
||||
define('MYSQL_SQL_LOG', 'NONE');
|
6
config/WebRecette/smtp.php
Normal file
6
config/WebRecette/smtp.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
/** SERVEUR DE MESSAGERIE **/
|
||||
define ('SMTP_HOST', 'smtp.celeste.fr');
|
||||
define ('SMTP_PORT', 25);
|
||||
define ('SMTP_USER', '');
|
||||
define ('SMTP_PASS', '');
|
24
config/WebRecette/sphinx.php
Normal file
24
config/WebRecette/sphinx.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
// Entreprise
|
||||
define('SPHINX_ENT_HOST', '192.168.3.32');
|
||||
define('SPHINX_ENT_PORT', 9312);
|
||||
define('SPHINX_ENT_VERSION', 1);
|
||||
|
||||
// Dirigeants
|
||||
define('SPHINX_DIR_HOST', '192.168.3.25');
|
||||
define('SPHINX_DIR_PORT', 3312);
|
||||
define('SPHINX_DIR_VERSION', 1);
|
||||
|
||||
// Historique
|
||||
define('SPHINX_HISTO_HOST', '192.168.3.25');
|
||||
define('SPHINX_HISTO_PORT', 3312);
|
||||
define('SPHINX_HISTO_VERSION', 1);
|
||||
|
||||
// Actionnaire
|
||||
define('SPHINX_ACT_HOST', '192.168.3.25');
|
||||
define('SPHINX_ACT_PORT', 3312);
|
||||
define('SPHINX_ACT_VERSION', 1);
|
||||
|
||||
//Old
|
||||
define('SPHINX_HOST', '192.168.3.25');
|
||||
define('SPHINX_PORT', 3312);
|
23
config/WebRecette/stockage.php
Normal file
23
config/WebRecette/stockage.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?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/dataws/');
|
||||
define ('DOC_WEB_URL', '/data/');
|
||||
|
||||
/** LOGGING **/
|
||||
define('LOG_PATH', '/home/vhosts/dataws/log');
|
||||
|
Loading…
Reference in New Issue
Block a user