13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
<configuration>
|
|
<system.web>
|
|
<compilation debug="true"
|
|
targetFramework="4.0" />
|
|
</system.web>
|
|
<appSettings>
|
|
<!--录像机登录参数-->
|
|
<add key="VideoIP" value="192.168.10.119"/>
|
|
<add key="VideoPort" value="8000"/>
|
|
<add key="LogUserName" value="admin"/>
|
|
<add key="LogPassword" value="admin123"/>
|
|
</appSettings>
|
|
</configuration> |