﻿<?xml version="1.0" standalone="yes"?>
<PostgresqlHelperConnectString>
  <ConSettingTbl>
    <ConParameterShowName>服务器地址(IP/Name)</ConParameterShowName>
    <ParaIndex>1</ParaIndex>
    <ConParameterPrefix>Server={0};</ConParameterPrefix>
    <ConParameterSettingValue>localhost</ConParameterSettingValue>
    <IsPassword>false</IsPassword>
  </ConSettingTbl>
  <ConSettingTbl>
    <ConParameterShowName>端口</ConParameterShowName>
    <ParaIndex>2</ParaIndex>
    <ConParameterPrefix>Port={0};</ConParameterPrefix>
    <ConParameterSettingValue>5444</ConParameterSettingValue>
    <IsPassword>false</IsPassword>
  </ConSettingTbl>
  <ConSettingTbl>
    <ConParameterShowName>用户</ConParameterShowName>
    <ParaIndex>3</ParaIndex>
    <ConParameterPrefix>User Id={0};</ConParameterPrefix>
    <ConParameterSettingValue>cuusr</ConParameterSettingValue>
    <IsPassword>false</IsPassword>
  </ConSettingTbl>
  <ConSettingTbl>
    <ConParameterShowName>密码</ConParameterShowName>
    <ParaIndex>4</ParaIndex>
    <ConParameterPrefix>Password={0};</ConParameterPrefix>
    <ConParameterSettingValue>1qaz2wsx#EDC</ConParameterSettingValue>
    <IsPassword>true</IsPassword>
  </ConSettingTbl>
  <ConSettingTbl>
    <ConParameterShowName>数据库名</ConParameterShowName>
    <ParaIndex>5</ParaIndex>
    <ConParameterPrefix>Database={0};</ConParameterPrefix>
    <ConParameterSettingValue>hylytracking</ConParameterSettingValue>
    <IsPassword>false</IsPassword>
  </ConSettingTbl>
</PostgresqlHelperConnectString>