1 Star 0 Fork 0

ircove / VFPush

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.config 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
ircove 提交于 2018-03-07 19:14 . 第一次提交
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<connectionStrings>
<add name="VFdbContext" connectionString="data source=114.113.157.199,7779;initial catalog=VFweMe;user id=bjxapp2017;password=ajbtF-6K3c_8cHKHXNSj;App=EntityFramework" providerName="System.Data.SqlClient"/>
<add name="vfword" connectionString="data source=114.113.157.199,7779;initial catalog=vfword;user id=bjxapp2017;password=ajbtF-6K3c_8cHKHXNSj;App=EntityFramework" providerName="System.Data.SqlClient"/>
<add name="bjxnews" connectionString="data source=114.113.145.83,7777;initial catalog=bjxnews;user id=bjx201701;password=U2S3aXuHp-v5U2SwTNH$67;App=EntityFramework" providerName="System.Data.SqlClient"/>
</connectionStrings>
<appSettings>
<add key="vfpush_service" value="192.168.4.248"/>
<add key="vfpush_port" value="4040"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
<!--配置缓存项-->
<system.runtime.caching>
<memoryCache>
<namedCaches>
<!--cacheMemoryLimitMegabytes用于限制缓存占用内存的大小,单位是MB-->
<!--physicalMemoryLimitPercentage则是限制缓存占用物理内存的百分比,值为0100,包括0100,如果为0,表示由系统自动调配,如果物理内存紧张,会清理缓存-->
<!--pollingInterval表示检查缓存限制的时间间隔,格式为00:00:00-->
<!--<add name="resources" cacheMemoryLimitMegabytes="1024" physicalMemoryLimitPercentage="0" pollingInterval="00:20:00"/>-->
</namedCaches>
</memoryCache>
</system.runtime.caching>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
C#
1
https://gitee.com/ircove/VFPush.git
git@gitee.com:ircove/VFPush.git
ircove
VFPush
VFPush
master

搜索帮助