Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

15 lines
713 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Agent.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="CoordinatorRemotingPort" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">8009</Value>
</Setting>
<Setting Name="AgentRemotingPort" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">8008</Value>
</Setting>
<Setting Name="StatsDatabaseName" Type="System.String" Scope="Application">
<Value Profile="(Default)">engine-db</Value>
</Setting>
</Settings>
</SettingsFile>