tijian_jichuang/文档/EAS/EAS.Cached.Server.exe.config
2025-02-20 11:57:51 +08:00

23 lines
762 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="eas" type="EAS.ConfigHandler,EAS.MicroKernel" />
</configSections>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<eas>
<cached>
<channel port="2202" maxConcurrence="512" />
<persistent enabled ="true" path="D:\EAS.Cached\Cached" />
<memory max ="2048" />
<log enabled ="true" />
</cached>
<objects>
<!--日志管理-->
<object name="Logger" assembly="EAS.MicroKernel" type="EAS.Loggers.TextLogger" LifestyleType="Singleton">
<property name="RootPath" type="string" value="D:\EAS.Cached\logs" />
</object>
</objects>
</eas>
</configuration>