You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
764 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="DBConnection" value="workstation id=doughty;server=.;packet size=4096;user id=sa;initial catalog=doughty_bbs;persist security info=True;password=51Aspx"/>
<add key="Edition" value="版本V1.00"/>
<add key="BorowsArea" value="1"/>
<!-- 允许过客浏览的范围1所有 2列表 3禁止进入 -->
<add key="AllowReg" value="1"/>
<!-- 允许用户注册1允许 2禁止当用户量足够后停止注册可启用该设置 -->
<add key="SmtpServer" value=""/>
<!-- Smtp服务器 -->
<add key="MailFrom" value=""/>
<!-- 邮件发送者地址 -->
<add key="MainList" value="21"/>
<!-- 帖子列表界面每页显示条数 范围1-100 -->