2025-06-15 12:51:51 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<configuration>
|
|
|
|
<configSections>
|
|
|
|
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
|
2025-06-21 09:11:49 +08:00
|
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
|
|
<section name="chatserver.config.Settings1" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
|
|
</sectionGroup>
|
|
|
|
</configSections>
|
2025-06-15 12:51:51 +08:00
|
|
|
<log4net configSource="config\log4net.config" />
|
2025-06-21 09:11:49 +08:00
|
|
|
<userSettings>
|
|
|
|
<chatserver.config.Settings1>
|
|
|
|
<setting name="聊天信息保存上限" serializeAs="String">
|
|
|
|
<value>100</value>
|
|
|
|
</setting>
|
|
|
|
</chatserver.config.Settings1>
|
|
|
|
</userSettings>
|
2025-06-15 12:51:51 +08:00
|
|
|
</configuration>
|