Suppression DEFINE INFOGREFFE_

This commit is contained in:
Michael RICOIS 2016-07-12 17:10:52 +02:00
parent 090fdefab4
commit 62dd3f0534

View File

@ -40,10 +40,6 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
define('SPHINX_HOST', $config->profil->sphinx->ent->host);
define('SPHINX_PORT', intval($config->profil->sphinx->ent->port));
define('INFOGREFFE_WS_URL', 'https://webservices.infogreffe.fr/WSContextInfogreffe/INFOGREFFE');
define('INFOGREFFE_WS_USER', '85000109');
define('INFOGREFFE_WS_PASS', '166');
return $config;
}