From b3c82f6946c8c2141a212c160ce338cf1ce57520 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 16 Dec 2010 16:49:26 +0000 Subject: [PATCH] Evolution de la config --- config/WebService/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/WebService/config.php b/config/WebService/config.php index f4bbeab2..9a8531b6 100644 --- a/config/WebService/config.php +++ b/config/WebService/config.php @@ -41,8 +41,8 @@ define('BUSINESSWIRE_LOCAL_DIR_INCOMING', '/home/data/ftp/businesswire/'); define('BUSINESSWIRE_LOCAL_DIR', '/home/data/infosreg/businesswire/'); /** Base de données de S&D **/ -define ('MYSQL_HOST', '192.168.78.230'); -define ('MYSQL_USER', 'webservice'); +define ('MYSQL_HOST', '192.168.3.30'); +define ('MYSQL_USER', 'wsuser'); define ('MYSQL_PASS', 'scores'); define ('MYSQL_DEFAULT_DB', 'jo'); define ('MYSQL_SQL_LOG', 'NONE'); @@ -73,10 +73,10 @@ define('AMABIS_WS_URL', 'http://sw4.amabis.com:5101'); define('AMABIS_WS_URI', 'http://sw4.amabis.com:5101'); /** Dossiers locaux pour les documents a telecharger (PDF kbis, marques, etc...) **/ -define ('DOC_WEB_LOCAL', '/home/dataws/'); +define ('DOC_WEB_LOCAL', '/home/vhosts/dataws/'); define ('DOC_WEB_URL', 'http://tville.scores-decisions.com/ws/data/'); /** LOGGING **/ -define('LOG_PATH', '/home/dataws/log'); +define('LOG_PATH', '/home/vhosts/dataws/log'); ?> \ No newline at end of file