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.
18 lines
936 B
18 lines
936 B
2 months ago
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<connectionStrings>
|
||
|
<!--<add name="SqlConnString" connectionString="Persist Security Info=true;Initial Catalog=BBMPT;Data Source=39.97.227.79;User ID=sa;Password=a1+"/>-->
|
||
|
<!--<add name="SqlConnString" connectionString="Persist Security Info=true;Initial Catalog=BBMPT1;Data Source=10.60.101.60;User ID=sa;Password=a1+"/>-->
|
||
|
<add name="SqlConnString" connectionString="DATA SOURCE = dev.ccwin-in.com,6191;USER ID = sa;PASSWORD = Microsoft@2021;INITIAL CATALOG = BBMPT1"/>
|
||
|
|
||
|
</connectionStrings>
|
||
|
<appSettings>
|
||
|
<add key="Station" value="IM30"/>
|
||
|
<add key="StationID" value="ec481029-3ba4-4b08-b115-e0476c6efccb"/>
|
||
|
<add key="tableName" value="tb_BarCode5"/>
|
||
|
<add key="Printer1" value="Microsoft Print to PDF"/>
|
||
|
</appSettings>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||
|
</startup>
|
||
|
</configuration>
|