You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
588 B
INI
12 lines
588 B
INI
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<!--应用程序配置文件,请不要随意更改-->
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="SetupPath" value="Web.config" />
|
|
<add key="ConnectionString" value="Data Source=192.168.1.157\sql2008;initial catalog=XXTDB;user id=sa;password=sa;connect timeout=10;" NameSpace="System.Data.SqlClient" />
|
|
<add key="UpdateUrl" value="http://169.254.152.77" />
|
|
<add key="DummyDirectory" value="SchoolComWeb" />
|
|
<add key="Port" value="" />
|
|
<add key="LoginOutTime" value="1" />
|
|
</appSettings>
|
|
</configuration> |