Commit afe1c354f0fd3b97f51cda9cefaf4557991a980a

Authored by Benjamin Renard
1 parent 944199fe

New IP for apus

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/AMDAIntegrationConfig.php
... ... @@ -64,12 +64,12 @@ switch ($localIP)
64 64 define('IHM_SRC_DIR', '/home/mbouchemit/AMDA_INSTALL/AMDA_IHM/');
65 65  
66 66 break;
67   - case '195.83.102.102' :
  67 + case '10.121.0.3' :
68 68 define('PLATFORM_NAME','APUS dev platform');
69 69  
70 70 //AKKA - Force the IP client value to prevent a bug with DDServer
71 71 // The IP client must be write with the pattern : xxx.xxx.xxx.xxx
72   - define('FORCE_CLIENT_IP', '195.083.102.102');
  72 + define('FORCE_CLIENT_IP', '010.121.000.003');
73 73  
74 74 // true for AKKA
75 75 // false or not defined for IRAP
... ...