2025-03-27 15:05:14 +08:00

25 lines
1.2 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"?>
<appSettings>
<!--【ClickOnce】-->
<!--NetworkDeployed.Service 配置中的ClickOnce部署时需要的类库重定向-->
<add key="NetworkDeployed_ServicePoint" value="http://[localhost]:7030" />
<!--【HttpRuntime.Cache全局部分】-->
<!--服务器缓存的的过期时间建议配置到60分钟以上,默认为Session.Timeout设置。-->
<add key="HttpRuntimeCache_TimeOut_ServiceCache" value="60" />
<!--是否激活缓存默认为false-->
<add key="HttpRuntimeCache_Enabled" value="false" />
<!--【HttpRuntime.Cache全局部分】-->
<add key="HttpRuntimeCache_TimeOut_PortalConfiguration" value="60" />
<!--登录页地址-->
<add key="Portal_LoginUrl" value="Login_A.aspx" />
<!--启用首页-->
<add key="Portal_HomePage_Enabled" value="true" />
<!--首页配置串-->
<add key="Portal_HomePage_List" value="名字|地址|名字|地址|名字|地址|名字|地址|名字|地址" />
<!--是否启动安全设备-->
<add key="SecurityDevice_Enabled" value="false" />
<!--是否启动身份证读卡器-->
<add key="Enabled_CIDReader" value="true" />
<add key="bCompanyName" value="公司本部" />
<add key="topCompanyName" value="贵州交建" />
</appSettings>