iaupdate/IAD/engine/group/iaupdateengineconfig.xml
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 <!-- IAD Engine Configuration -->
       
     2 
       
     3 <iaupdateEngineConfig>
       
     4 
       
     5     <!-- URI to the production CDB server -->
       
     6     <masterServer uri="http://arrowcdb.ncd.nokia.com/"/>
       
     7     
       
     8     <!-- Provisioning value can be used in CDB to decide
       
     9          where to direct the client and what content to give.
       
    10          This can be used for example for testing purposes
       
    11          when connection should be directed to different 
       
    12          CGWs -->
       
    13     <provisioning value="arrow"/>
       
    14 
       
    15     <!-- Client role defines what content CGW should give
       
    16          to the client. -->
       
    17     <clientRole value="production"/>
       
    18   
       
    19 </iaupdateEngineConfig>