Files
gtav-src/tools_ng/etc/automation/tasks/MapExportNetworkTask.xml
T
2025-09-29 00:52:08 +02:00

18 lines
904 B
XML
Executable File

<?xml version='1.0'?>
<!--
File: %RS_TOOLSCONFIG%/automation/MapExport.xml
Description: Core Map Network Export Configuration Data.
Author: David Muir <david.muir@rockstarnorth.com>
Date: 13 August 2012
This configuration file details all the core WCF service URIs that applications
can use to connect.
-->
<Parameters>
<!-- Number of hours to keep completed/errored/aborted jobs available -->
<Parameter name="Hours to Keep Completed Jobs" type="int" value="108" />
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/MapExportNetworkNotifications.xml" />
<!-- Config is used to replace [Studio] with the studio the server is being ran from -->
<Parameter name="Dispatch Scheme File" type="string" value="$(toolsconfig)/automation/tasks/jobdispatch/NetworkExporterJobDispatch_[Studio].xml" />
</Parameters>