Modification de la configuration pour le secours
This commit is contained in:
parent
358bbe23d6
commit
c7c13379ea
@ -52,13 +52,22 @@ define ('PATH_LOGOS',PATH_DATA.'/logos/');
|
||||
//URL application ipari
|
||||
define ('IPARI_URL','http://ipari.scores-decisions.com');
|
||||
|
||||
//Webservice : accès céleste
|
||||
define('LOCATION', 'CELESTE'); // CELESTE, SD-25137
|
||||
if (in_array(ENVIRONNEMENT, array('REC', 'DEV'))) {
|
||||
//Webservice : accès CELESTE
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206/ws2/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206/');
|
||||
} else {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
//Webservice : accès SD-25137
|
||||
if (LOCATION == 'SD-25137') {
|
||||
define ('WEBSERVICE_URL','http://88.190.14.56:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://88.190.14.56:8088/');
|
||||
}
|
||||
//Webservice : accès CELESTE
|
||||
elseif (LOCATION == 'CELESTE') {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
}
|
||||
}
|
||||
|
||||
//Webservice INFOGREFFE
|
||||
|
@ -50,13 +50,22 @@ define ('PATH_LOGOS',PATH_DATA.'/logos/');
|
||||
//URL application ipari
|
||||
define ('IPARI_URL','http://ipari.scores-decisions.com');
|
||||
|
||||
//Webservice : accès céleste
|
||||
define('LOCATION', 'CELESTE'); // CELESTE, SD-25137
|
||||
if (in_array(ENVIRONNEMENT, array('REC', 'DEV'))) {
|
||||
//Webservice : accès CELESTE
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206/ws2/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206/');
|
||||
} else {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
//Webservice : accès SD-25137
|
||||
if (LOCATION == 'SD-25137') {
|
||||
define ('WEBSERVICE_URL','http://88.190.14.56:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://88.190.14.56:8088/');
|
||||
}
|
||||
//Webservice : accès CELESTE
|
||||
elseif (LOCATION == 'CELESTE') {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
}
|
||||
}
|
||||
|
||||
//Webservice INFOGREFFE
|
||||
|
@ -50,18 +50,24 @@ define ('PATH_LOGOS',PATH_DATA.'/logos/');
|
||||
//URL application ipari
|
||||
define ('IPARI_URL','http://ipari.scores-decisions.com');
|
||||
|
||||
//Webservice : accès céleste
|
||||
define('LOCATION', 'CELESTE'); // CELESTE, SD-25137
|
||||
if (in_array(ENVIRONNEMENT, array('REC', 'DEV'))) {
|
||||
//Webservice : accès CELESTE
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206/ws2/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206/');
|
||||
} else {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
/*
|
||||
define ('WEBSERVICE_URL','http://88.162.202.159:8080/ws/');
|
||||
define ('WEBSERVICE_URI','http://88.162.202.159:8080/ws');
|
||||
*/
|
||||
//Webservice : accès SD-25137
|
||||
if (LOCATION == 'SD-25137') {
|
||||
define ('WEBSERVICE_URL','http://88.190.14.56:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://88.190.14.56:8088/');
|
||||
}
|
||||
//Webservice : accès CELESTE
|
||||
elseif (LOCATION == 'CELESTE') {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
}
|
||||
}
|
||||
|
||||
//Webservice INFOGREFFE
|
||||
define ('INFOGREFFE_WS_URL','https://webservices.infogreffe.fr/WSContextInfogreffe/INFOGREFFE');
|
||||
define ('INFOGREFFE_WS_URI','https://webservices.infogreffe.fr/');
|
||||
|
@ -50,13 +50,22 @@ define ('PATH_LOGOS',PATH_DATA.'/logos/');
|
||||
//URL application ipari
|
||||
define ('IPARI_URL','http://ipari.sd.lan');
|
||||
|
||||
//Webservice : accès céleste
|
||||
define('LOCATION', 'CELESTE'); // CELESTE, SD-25137
|
||||
if (in_array(ENVIRONNEMENT, array('REC', 'DEV'))) {
|
||||
//Webservice : accès CELESTE
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206/ws2/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206/');
|
||||
} else {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
//Webservice : accès SD-25137
|
||||
if (LOCATION == 'SD-25137') {
|
||||
define ('WEBSERVICE_URL','http://88.190.14.56:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://88.190.14.56:8088/');
|
||||
}
|
||||
//Webservice : accès CELESTE
|
||||
elseif (LOCATION == 'CELESTE') {
|
||||
define ('WEBSERVICE_URL','http://78.31.45.206:8088/ws/');
|
||||
define ('WEBSERVICE_URI','http://78.31.45.206:8088/');
|
||||
}
|
||||
}
|
||||
|
||||
//Webservice INFOGREFFE
|
||||
|
Loading…
x
Reference in New Issue
Block a user