[elvystrac] r1779 - addresses of servers fixed

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Thu, 18 Feb 2010 15:57:49 +0100

Author: JirkaH
Date: 2010-02-18 15:57:49 +0100 (Thu, 18 Feb 2010)
New Revision: 1779

Modified:
   trunk/client/elvys-client/bin/appconfig.xml
Log:
addresses of servers fixed


Modified: trunk/client/elvys-client/bin/appconfig.xml
===================================================================
--- trunk/client/elvys-client/bin/appconfig.xml 2010-02-18 12:37:42 UTC (rev 
1778)
+++ trunk/client/elvys-client/bin/appconfig.xml 2010-02-18 14:57:49 UTC (rev 
1779)
@@ -2,30 +2,30 @@
 <a:app_config elvysVersion="1.0-b1" xmlns:a="cz/elvys/jaxbgen/app">
     <a:machine_id>19</a:machine_id>
     <a:data_url>
-        
<a:http_address>http://elvys.farm.particle.xx/dataIntegrationNew/4</a:http_address>
+        
<a:http_address>http://elvys.farm.particle.cz/dataIntegrationNew/4</a:http_address>
     </a:data_url>
     <a:statistics>
-        
<a:http_address>http://elvys.farm.particle.xx:8081/dispatcher/statistic</a:http_address>
+        
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/statistic</a:http_address>
         <a:period>30000</a:period>
     </a:statistics>
     <a:screenshot>
-        
<a:http_address>http://elvys.farm.particle.xx:8081/dispatcher/img</a:http_address>
+        
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/img</a:http_address>
         <a:period>30000</a:period>
     </a:screenshot>
     <a:category_config>
-        
<a:http_address>http://elvys.farm.particle.xx:8081/dispatcher/categoryConfig</a:http_address>
+        
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/categoryConfig</a:http_address>
                  <a:period>30000</a:period>
     </a:category_config>
     <a:document_config>
-        
<a:http_address>http://elvys.farm.particle.xx:8081/dispatcher/documentConfig</a:http_address>
+        
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/documentConfig</a:http_address>
                  <a:period>30000</a:period>
     </a:document_config>
     <a:filecache_config>
-        
<a:http_address>http://elvys.farm.particle.xx:8081/dispatcher/filecacheConfig</a:http_address>
+        
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/filecacheConfig</a:http_address>
                  <a:period>30000</a:period>
     </a:filecache_config>
     <a:night_mode enabled="false"/>
     <a:app_config_source>
-        
<a:http_address>http://elvys.farm.particle.xx:8081/dispatcher/appConfig</a:http_address>
+        
<a:http_address>http://elvys.farm.particle.cz:8081/dispatcher/appConfig</a:http_address>
     </a:app_config_source>
 </a:app_config>


Other related posts:

  • » [elvystrac] r1779 - addresses of servers fixed - elvys