Commit f152ac12a2e8c06fe0a5d9a2904b8140bc3dbac8

Authored by Myriam Bouchemit
1 parent afe1c354

Add pc1121 in config

Showing 1 changed file with 19 additions and 0 deletions   Show diff stats
config/AMDAIntegrationConfig.php
... ... @@ -83,6 +83,25 @@ switch ($localIP)
83 83 define('IHM_SRC_DIR', '/home/benjamin/AMDA-GIT/AMDA_IHM/');
84 84  
85 85 break;
  86 + case '10.121.1.121' :
  87 + define('PLATFORM_NAME','pc1121 dev plaform');
  88 +
  89 + //AKKA - Force the IP client value to prevent a bug with DDServer
  90 + // The IP client must be write with the pattern : xxx.xxx.xxx.xxx
  91 + define('FORCE_CLIENT_IP', '010.121.001.121');
  92 +
  93 + // true for AKKA
  94 + // false or not defined for IRAP
  95 + // It's used to select the correct SVN path for depotInfo repository
  96 + //define('AKKA_SVN', 'true');
  97 +
  98 + //Path to AMDA_Kernel base dir
  99 + define('NEWKERNEL_BASE_PATH', '/home/myriam/workspacenew/AMDA_Kernel/');
  100 +
  101 + //Path to AMDA_IHM base dir
  102 + define('IHM_SRC_DIR', '/home/myriam/workspacenew/AMDA_IHM/');
  103 +
  104 + break;
86 105 }
87 106  
88 107  
... ...