trayToDB/trayToDB/Properties/Settings.settings

21 lines
1.4 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="trayToDB.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="server" Description="MySQL server IP address" Provider="crdx.Settings.PortableSettingsProvider" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)">localhost</Value>
</Setting>
<Setting Name="port" Description="MySQL server port" Provider="crdx.Settings.PortableSettingsProvider" Roaming="true" Type="System.Int32" Scope="User">
<Value Profile="(Default)">3306</Value>
</Setting>
<Setting Name="database" Description="Database name" Provider="crdx.Settings.PortableSettingsProvider" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)">sipmtest</Value>
</Setting>
<Setting Name="user" Description="Username for MySQL" Provider="crdx.Settings.PortableSettingsProvider" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)">sipm</Value>
</Setting>
<Setting Name="password" Description="Password, do not edit with text editor!" Provider="crdx.Settings.PortableSettingsProvider" Roaming="true" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>