diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2015-01-28 10:49:16 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2015-01-28 10:49:16 +0100 |
commit | df318093a899583fd434a451d51e0618fe69d96b (patch) | |
tree | 9d295f762b5c4adbeb21d3e63cc85bf501ba377c /Aktywator/Properties/Settings.settings |
initial commit with not released version 1.0.4v1.0.4
Diffstat (limited to 'Aktywator/Properties/Settings.settings')
-rw-r--r-- | Aktywator/Properties/Settings.settings | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Aktywator/Properties/Settings.settings b/Aktywator/Properties/Settings.settings new file mode 100644 index 0000000..76a000d --- /dev/null +++ b/Aktywator/Properties/Settings.settings @@ -0,0 +1,18 @@ +<?xml version='1.0' encoding='utf-8'?> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Aktywator.Properties" GeneratedClassName="Settings"> + <Profiles /> + <Settings> + <Setting Name="HOST" Type="System.String" Scope="User"> + <Value Profile="(Default)">localhost</Value> + </Setting> + <Setting Name="USER" Type="System.String" Scope="User"> + <Value Profile="(Default)">root</Value> + </Setting> + <Setting Name="PASS" Type="System.String" Scope="User"> + <Value Profile="(Default)" /> + </Setting> + <Setting Name="PORT" Type="System.String" Scope="User"> + <Value Profile="(Default)">3306</Value> + </Setting> + </Settings> +</SettingsFile>
\ No newline at end of file |