luckyrobots/TTUploaderConfig.xml
Goran Lazarevski 997b97a113 first commit
2025-03-12 11:55:10 +01:00

30 lines
991 B
XML

<TTUploaderConfig>
<!-- Folder to search for dump subfolders, relative to the Uploader .xex, not relative to the title -->
<SearchPath>d:\woodstock\dumps</SearchPath>
<!-- Project title name -->
<TitleName>Woodstock</TitleName>
<!-- Settings to control the functioning of the uploader application -->
<EnableUploading>true</EnableUploading>
<!-- Upload settings -->
<UploadTimeout>30000</UploadTimeout>
<!-- UploadServers will be searched in the order listed until an upload succeeds. -->
<!-- The upload URL will be assembled as "http://[HostName]:[Port]/[TitleName]" -->
<UploadInfo>
<UploadServer>
<HostName>pgl-csi.pg.local</HostName>
<Port>80</Port>
</UploadServer>
<UploadServer>
<HostName>tvpsqapp01.europe.corp.microsoft.com</HostName>
<Port>80</Port>
</UploadServer>
</UploadInfo>
<!-- should the uploader prompt the user before uploading -->
<PromptForUpload>true</PromptForUpload>
</TTUploaderConfig>