48 lines
2.9 KiB
XML
Executable File
48 lines
2.9 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/MapExport.xml
|
|
Description: Core Map Network Export Configuration Data.
|
|
|
|
Author: Sloan Kelly <sloan.kelly@rockstartoronto.com>
|
|
Date: 24 December 2012
|
|
|
|
This configuration file details all the core WCF service URIs that applications
|
|
can use to connect.
|
|
-->
|
|
<Automation>
|
|
<Studio name="north">
|
|
<Parameter name="Friendly Name" type="string" value="Map Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://RSGEDIEXP1:7010/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://RSGEDIEXP1:7010/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://RSGEDIEXP1:7010/FileTransfer.svc" />
|
|
</Studio>
|
|
<Studio name="sandiego">
|
|
<Parameter name="Friendly Name" type="string" value="Map Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://sanb-vm6:7000/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://sanb-vm6:7000/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://sanb-vm6:7000/FileTransfer.svc" />
|
|
</Studio>
|
|
<Studio name="toronto">
|
|
<Parameter name="Friendly Name" type="string" value="Map Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://sanb-vm6:7000/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://sanb-vm6:7000/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://sanb-vm6:7000/FileTransfer.svc" />
|
|
</Studio>
|
|
<Studio name="newengland">
|
|
<Parameter name="Friendly Name" type="string" value="Map Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://sanb-vm6:7000/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://sanb-vm6:7000/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://sanb-vm6:7000/FileTransfer.svc" />
|
|
</Studio>
|
|
<Studio name="london">
|
|
<Parameter name="Friendly Name" type="string" value="Map Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://ldnw-exporter1:7000/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://ldnw-exporter1:7000/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://ldnw-exporter1:7000/FileTransfer.svc" />
|
|
</Studio>
|
|
</Automation> |