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.
16 lines
750 B
16 lines
750 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="IsOpen" value="true"/>
|
|
<!--<add key="APIURL" value="http://192.168.1.99:8099/uapws/rest/service/"/>-->
|
|
<add key="OAAPIURL" value="https://oa.ahwit.com/ATW/api/new_appcenter.php"/>
|
|
<add key="OATokenAPIURL" value="https://oa.ahwit.com/ATW/api/create_token.php"/>
|
|
<add key="APIURL" value="http://10.100.0.88:8092/uapws/rest/test/"/>
|
|
<add key="TargetAccount" value="UFDATA_103_2017"/>
|
|
<add key="WHCode" value="001"/>
|
|
<add key="TargetAccountU8" value="UFDATA_903_2017"/>
|
|
<add key="IsAutoRefresh" value="1"/>
|
|
<add key="AutoRefreshTime" value="10"/>
|
|
<add key="logAdress" value="C:\YTLog" />
|
|
</appSettings>
|
|
</configuration>
|