You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

49 lines
2.9 KiB

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="TankAP.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<appSettings>
<add key="DEBUGFLAG" value="true" />
<!-- DB Connection Start-->
<!-- Connections -->
<add key="AllConnections" value="syserp:MSSQL_ConnectString01" />
<!-- Company -->
<add key="MSSQL_ConnectString01" value="Data Source=DESKTOP-BETI4VV\HERCULESMS2014;Initial Catalog=odb_generic;Integrated Security=true" />
<add key="MSSQL_ConnectString02" value="Data Source=220.133.80.166;Initial Catalog=syserp_dev;Integrated Security=false;uid=sa;pwd=!QAZ2wsx" />
<add key="INFORMIXSQL_ConnectString01" value="Host=192.168.1.189;Service=9088;Server=ol_svr_custom;Database=syserp_189test;User ID=informix;password=!QAZ2wsx;clientlocale=ZH_TW.big5;DatabaseLocale=ZH_TW.big5" />
<add key="INFORMIXSQL_ConnectString02" value="Host=192.168.1.189;Service=9088;Server=ol_svr_custom;Database=ds2_189test;User ID=informix;password=!QAZ2wsx;clientlocale=ZH_TW.big5;DatabaseLocale=ZH_TW.big5" />
<add key="INFORMIXSQL_ConnectString03" value="Host=192.168.1.189;Service=9088;Server=ol_svr_custom;Database=comets;User ID=informix;password=!QAZ2wsx;clientlocale=ZH_TW.big5;DatabaseLocale=ZH_TW.big5" />
<add key="ORACLESQL_ConnectString01" value="Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.156)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=CHIPMOS)));User Id=CHIPMOS;Password=!QAZ2wsx;" />
<add key="ORACLESQL_ConnectString02" value="Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.156)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=CHIPMOS)));User Id=CHIPMOS;Password=!QAZ2wsx;" />
<!-- DB Connection END-->
<!-- MAIL -->
<add key="SMTPURL" value="MAILSQR.CHIPMOS.COM" />
<add key="MAILOWNERADDRESS" value="topgp@chipmos.com" />
<add key="MAILACCOUNT" value="" />
<add key="MAILPASS" value="" />
<add key="USESSL" value="NO" />
<add key="MAILPORT" value="25" />
<!-- MAIL END -->
<add key="EntityPath" value="..\..\..\SoldierData\Enties.cs" />
<!-- Encryption -->
<add key="KEY" value="!QAZ2wsx@ChipMOS" />
<add key="IV" value="ChipMOSa" />
<add key="USESECRET" value="false" />
<!-- Encryption End -->
</appSettings>
<applicationSettings>
<TankAP.Properties.Settings>
<setting name="CDRPercent" serializeAs="String">
<value>313</value>
</setting>
</TankAP.Properties.Settings>
</applicationSettings>
</configuration>