iaupdate/IAD/engine/group/iaupdateengineconfig.xml
changeset 0 ba25891c3a9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/iaupdate/IAD/engine/group/iaupdateengineconfig.xml	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,19 @@
+<!-- IAD Engine Configuration -->
+
+<iaupdateEngineConfig>
+
+    <!-- URI to the production CDB server -->
+    <masterServer uri="http://arrowcdb.ncd.nokia.com/"/>
+    
+    <!-- Provisioning value can be used in CDB to decide
+         where to direct the client and what content to give.
+         This can be used for example for testing purposes
+         when connection should be directed to different 
+         CGWs -->
+    <provisioning value="arrow"/>
+
+    <!-- Client role defines what content CGW should give
+         to the client. -->
+    <clientRole value="production"/>
+  
+</iaupdateEngineConfig>