41 lines
2.4 KiB
XML
Executable File
41 lines
2.4 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/CutsceneNetworkExport.xml
|
|
Description: Core Cutscene Network Export Configuration Data.
|
|
|
|
Author: Sloan Kelly <sloan.kelly@rockstartoronto.com>
|
|
Date: 21 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="Cutscene Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://RSGEDICSP1:7010/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://RSGEDICSP1:7010/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://RSGEDICSP1:7010/FileTransfer.svc" />
|
|
</Studio>
|
|
<Studio name="toronto">
|
|
<Parameter name="Friendly Name" type="string" value="Cutscene Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://SANB-vm51:7000/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://SANB-vm51:7000/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://SANB-vm51:7000/FileTransfer.svc" />
|
|
</Studio>
|
|
<Studio name="sandiego">
|
|
<Parameter name="Friendly Name" type="string" value="Cutscene Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://sanb-vm51:7010/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://sanb-vm51:7010/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://sanb-vm51:7010/FileTransfer.svc" />
|
|
</Studio>
|
|
<Studio name="newyork">
|
|
<Parameter name="Friendly Name" type="string" value="Cutscene Network Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://RSGNYCEXP1:7000/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://RSGNYCEXP1:7000/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://RSGNYCEXP1:7000/FileTransfer.svc" />
|
|
</Studio>
|
|
</Automation> |