Files
qhmes/yy-admin-master/_publish/YY.Admin-win-x64/Config/Core.config
2026-05-15 11:34:12 +08:00

33 lines
2.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<Core>
<!--全局调试。XTrace.Debug-->
<Debug>true</Debug>
<!--日志等级。只输出大于等于该级别的日志All/Debug/Info/Warn/Error/Fatal默认Info-->
<LogLevel>Info</LogLevel>
<!--文件日志目录。默认Log子目录-->
<LogPath>Log</LogPath>
<!--日志文件上限。超过上限后拆分新日志文件默认10MB0表示不限制大小-->
<LogFileMaxBytes>10</LogFileMaxBytes>
<!--日志文件备份。超过备份数后最旧的文件将被删除网络安全法要求至少保存6个月日志默认2000表示不限制个数-->
<LogFileBackups>200</LogFileBackups>
<!--日志文件格式。默认{0:yyyy_MM_dd}.log支持日志等级如 {1}_{0:yyyy_MM_dd}.log-->
<LogFileFormat>{0:yyyy_MM_dd}.log</LogFileFormat>
<!--日志行格式。默认Time|ThreadId|Kind|Name|Message还支持Level-->
<LogLineFormat>Time|ThreadId|Kind|Name|Message</LogLineFormat>
<!--网络日志。本地子网日志广播udp://255.255.255.255:514或者http://xxx:80/log-->
<NetworkLog></NetworkLog>
<!--日志记录时间UTC校正小时-->
<UtcIntervalHours>0</UtcIntervalHours>
<!--数据目录。本地数据库目录默认Data子目录-->
<DataPath>Data</DataPath>
<!--备份目录。备份数据库时存放的目录默认Backup子目录-->
<BackupPath>Backup</BackupPath>
<!--插件目录-->
<PluginPath>Plugins</PluginPath>
<!--插件服务器。将从该网页上根据关键字分析链接并下载插件部分嵌入式设备不支持https-->
<PluginServer>http://x.newlifex.com/</PluginServer>
<!--辅助解析程序集。程序集加载过程中被依赖程序集未能解析时是否协助解析默认false-->
<AssemblyResolve>false</AssemblyResolve>
<!--服务地址。用户访问的外网地址反向代理之外用于内部构造其它Url如SSO或者向注册中心登记多地址逗号隔开-->
<ServiceAddress></ServiceAddress>
</Core>