17 lines
685 B
XML
17 lines
685 B
XML
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<!-- 系统配置XML文件 -->
|
||
|
|
<SystemConfig>
|
||
|
|
<!-- 数据库配置 -->
|
||
|
|
<DbConfig>
|
||
|
|
<SqlServer ConnStr="Data Source=.;Initial Catalog=fanghuayuan_test;User ID=sa;Password=123456;TrustServerCertificate=True" TimeOut="30"/>
|
||
|
|
<MySql ConnStr="Data Source=localhost;Database=fanghuayuan_test;AllowLoadLocalInfile=true;User ID=root;Password=123;allowPublicKeyRetrieval=true;pooling=true;port=3306;" TimeOut="20"/>
|
||
|
|
</DbConfig>
|
||
|
|
|
||
|
|
<!-- 系统基础配置 -->
|
||
|
|
<AppConfig>
|
||
|
|
<AppName>自 动 化 样 品 前 处 理 平 台</AppName>
|
||
|
|
<Version>1.0.0</Version>
|
||
|
|
<MaxLoginCount>5</MaxLoginCount>
|
||
|
|
<IsDebug>true</IsDebug>
|
||
|
|
</AppConfig>
|
||
|
|
</SystemConfig>
|