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

38 lines
1.1 KiB
XML

<?xml version="1.0"?>
<configuration>
<configSections>
<section name="eas" type="EAS.ConfigHandler,EAS.MicroKernel"/>
</configSections>
<!--支持混合程序集-->
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
<eas>
<configurations>
<item name="Key" value="Value"/>
</configurations>
<nlbserver>
<config>
<keepAlive timeSpan="6" channel="1" />
</config>
<channels>
<channel port="6607" maxConcurrence="1024"/>
<channel port="6608" maxConcurrence="1024"/>
<channel port="6606" maxConcurrence="1024"/>
</channels>
<monitor>
<config tcpPort="6601" httpPort="6602"/>
</monitor>
</nlbserver>
<objects>
<!--NLB日志记录-->
<object name="Logger" assembly="EAS.MicroKernel" type="EAS.Loggers.TextLogger" LifestyleType="Singleton">
<property name="Path" type="string" value="..\logs" />
</object>
</objects>
</eas>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>