|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<!--单机/网络:0为单机,1为网络-->
|
|
|
|
|
<add key="NetType" value="1" />
|
|
|
|
|
<!--工厂ID(朝阳-1,建德-2,清泉-3)-->
|
|
|
|
|
<add key="FactoryID" value="2" />
|
|
|
|
|
<!--本地数据库-->
|
|
|
|
|
<add key="DataSource.Local" value="DataSource1" />
|
|
|
|
|
<!--网络数据库-->
|
|
|
|
|
<add key="DataSource.Server" value="DataSource2" />
|
|
|
|
|
</configuration>
|