From 007b11f650b877751e3db7b309a9c1c62e808740 Mon Sep 17 00:00:00 2001 From: Myriam Bouchemit Date: Wed, 26 Apr 2017 11:04:08 +0200 Subject: [PATCH] cesr -> irap --- config/AMDAIntegrationConfig.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/AMDAIntegrationConfig.php b/config/AMDAIntegrationConfig.php index f51ead8..d1a58cf 100644 --- a/config/AMDAIntegrationConfig.php +++ b/config/AMDAIntegrationConfig.php @@ -103,12 +103,12 @@ switch ($localIP) break; - case '195.83.102.54' : + case '10.121.0.31' : define('PLATFORM_NAME','amdatest'); //AKKA - Force the IP client value to prevent a bug with DDServer // The IP client must be write with the pattern : xxx.xxx.xxx.xxx - define('FORCE_CLIENT_IP', '195.083.102.054'); + define('FORCE_CLIENT_IP', '010.121.000.031'); // true for AKKA // false or not defined for IRAP @@ -116,10 +116,10 @@ switch ($localIP) //define('AKKA_SVN', 'true'); //Path to AMDA_Kernel base dir - define('NEWKERNEL_BASE_PATH', '/home/myriam/AMDA_Kernel/'); + define('NEWKERNEL_BASE_PATH', '/home/myriam/AMDA_20161215/AMDA_Kernel/'); //Path to AMDA_IHM base dir - define('IHM_SRC_DIR', '/home/myriam/AMDA_IHM/'); + define('IHM_SRC_DIR', '/home/myriam/AMDA_20161215/AMDA_IHM/'); break; } @@ -135,10 +135,10 @@ define('INTEGRATION_SRC_DIR', INTEGRATION_BASE_PATH.'src/'); define('NEWKERNEL_SRC_DIR', NEWKERNEL_BASE_PATH.'src/'); //Path to AMDA_Kernel install dir dir -define ('NEWKERNEL_INSTALL_DIR', NEWKERNEL_BASE_PATH.'build/Debug/'); +define ('NEWKERNEL_INSTALL_DIR', NEWKERNEL_BASE_PATH.'build/Release/'); //Path to AMDA_Kernel config dir -define('NEWKERNEL_CONFIG_DIR', NEWKERNEL_BASE_PATH.'app-debug/'); +define('NEWKERNEL_CONFIG_DIR', NEWKERNEL_BASE_PATH.'app-release/'); //Path to AMDA_Kernel XSD dir define('NEWKERNEL_XSD_DIR', NEWKERNEL_BASE_PATH.'config/DataBaseParameters/xsd/'); @@ -153,6 +153,6 @@ define('PARAMS_LOCALDB_DIR', IHM_SRC_DIR.'generic_data/newKernelDDBase/'); define('PARAMS_LOCALINFO_DIR', IHM_SRC_DIR.'generic_data/ParamInfo/'); //Path to dir that include DD.res file -define('DDRES_DIR', NEWKERNEL_BASE_PATH.'app-debug/'); +define('DDRES_DIR', NEWKERNEL_BASE_PATH.'app-release/'); ?> -- libgit2 0.21.2