Commit 3ebc3a2e authored by 王华's avatar 王华

修改Config

parent 6ec1730d
......@@ -19,12 +19,12 @@
<!-- 密码 -->
</mySection>
<appSettings>
<add key="Default" value="Password=Water_Password_R;Persist Security Info=True;User ID=Water_User_R;Initial Catalog=NewAfterService;Data Source=192.168.1.11;MultipleActiveResultSets=true" />
<add key="Default" value="Password=sa;Persist Security Info=True;User ID=sa;Initial Catalog=NewAfterService;Data Source=192.168.10.151;MultipleActiveResultSets=true;Max Pool Size=300" />
</appSettings>
<connectionStrings>
<clear />
<add name="Default" connectionString="Password=Water_Password_R;Persist Security Info=True;User ID=Water_User_R;Initial Catalog=NewAfterService;Data Source=192.168.1.11;MultipleActiveResultSets=true" providerName="System.Data.SqlClient" />
<add name="MySQL" connectionString="Server=localhost;Database=NewAfterService;Uid=root;Pwd=root;Charset=utf8" providerName="MySql.Data.MySqlClient" />
<add name="Default" connectionString="Password=sa;Persist Security Info=True;User ID=sa;Initial Catalog=NewAfterService;Data Source=192.168.10.151;MultipleActiveResultSets=true;Max Pool Size=300" providerName="System.Data.SqlClient" />
<!--add name="MySQL" connectionString="Server=localhost;Database=NewAfterService;Uid=root;Pwd=root;Charset=utf8" providerName="MySql.Data.MySqlClient" /-->
</connectionStrings>
<FineUIPro DebugMode="true" Theme="Default" EnableAnimation="true" />
<!--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment