289 lines
12 KiB
XML
289 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!--
|
||
For more information on how to configure your ASP.NET application, please visit
|
||
https://go.microsoft.com/fwlink/?LinkId=301879
|
||
-->
|
||
<configuration>
|
||
<configSections>
|
||
|
||
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
|
||
|
||
</configSections>
|
||
|
||
<!--微信支付证书的根目录,这里暂时是给调度系统使用-->
|
||
|
||
|
||
<connectionStrings>
|
||
|
||
<!--新测试环境数据库 -->
|
||
<!--<add name="MasterConn" connectionString="Data Source=127.0.0.1; Initial Catalog=AIS20250304232155; User ID=sa;Password=1; Connect Timeout=120; MultipleActiveResultSets=True;App=bfy" providerName="System.Data.SqlClient" />-->
|
||
<add name="MasterConn" connectionString="Data Source=8.210.205.196,30003; Initial Catalog=xietong; User ID=meisaisi2;Password=ghjktyui126@#$; Connect Timeout=120; MultipleActiveResultSets=True;App=XieTong" providerName="System.Data.SqlClient" />
|
||
|
||
<!--正式主库的链接地址-->
|
||
|
||
</connectionStrings>
|
||
|
||
<appSettings>
|
||
<!-- 当前使用的 账套ID(即数据中心id) -->
|
||
|
||
<!-- 第三方系统登录授权的账套ID(即open.kingdee.com网站的第三方系统登录授权中的数据中心标识)-->
|
||
|
||
<!-- 在第三方系统登录授权页面点击“生成测试链接”按钮后即可查看 -->
|
||
|
||
<add key="X-KDApi-AcctID" value="2196398464252873728"/>
|
||
|
||
<!-- 第三方系统登录授权的 集成用户名称 -->
|
||
|
||
<!-- 补丁版本为PT-146894 [7.7.0.202111]及后续的版本,则为指定用户登录列表中任一用户 -->
|
||
|
||
<!-- 若第三方系统登录授权已勾选“允许全部用户登录”,则无以上限制 -->
|
||
|
||
<add key="X-KDApi-UserName" value="Tiaoma" />
|
||
|
||
<!-- 第三方系统登录授权的 应用ID -->
|
||
|
||
<add key="X-KDApi-AppID" value="310430_7c0J4wFGTODe640JX4RLVx0r6K6+7ANO"/>
|
||
|
||
<!-- 第三方系统登录授权的 应用密钥 -->
|
||
|
||
<add key="X-KDApi-AppSec" value="e008547257064fe99ace3d74eb0b0de5"/>
|
||
|
||
<!-- 账套语系,默认2052 -->
|
||
|
||
<add key="X-KDApi-LCID" value="2052"/>
|
||
|
||
<!-- 组织编码,启用多组织时配置对应的组织编码才有效 -->
|
||
|
||
<!--<add key="X-KDApi-OrgNum" value="*****"/>-->
|
||
|
||
|
||
|
||
<!-- 服务Url地址(私有云和公有云都须配置金蝶云星空产品地址,K3Cloud/结尾)-->
|
||
|
||
<add key="X-KDApi-ServerUrl" value="https://maxcess1.test.ik3cloud.com/k3cloud/"/>
|
||
|
||
<!--测试redis-->
|
||
<add key="RedisAddress" value=",password=" />
|
||
|
||
|
||
<!--微信API接口地址-->
|
||
<add key="WeixinApiUrl" value="" />
|
||
<!--当前域名-->
|
||
<add key="Domain" value="https://127.0.0.1" />
|
||
<!--测试环境缓存前缀-->
|
||
<add key="CachePrefix" value="bfy:dev:" />
|
||
<!--正式环境缓存前缀-->
|
||
<!--<add key="CachePrefix" value="lxm:prod:" />-->
|
||
|
||
<!--小程序门店端的测试AppId-->
|
||
<add key="AppId" value="" />
|
||
|
||
<!--小程序门店端的测试AppSecret-->
|
||
<add key="AppSecret" value="" />
|
||
<!--小程序门店端的正式AppId-->
|
||
<!--<add key="AppSecret" value="" />-->
|
||
|
||
<!--会员端小程序的测试AppId-->
|
||
<add key="MemberAppId" value="" />
|
||
<!--会员端小程序的正式AppId-->
|
||
<!--<add key="MemberAppId" value="" />-->
|
||
<!--会员端小程序的测试AppSecret-->
|
||
<add key="MemberAppSecret" value="" />
|
||
|
||
<!---会员端小程序的正式支付Key-->
|
||
<add key="MemberAppPayKey" value="" />
|
||
|
||
<!--测试环境公众号的APPID-->
|
||
<add key="WeAppid" value="" />
|
||
<!--正式环境公众号的APPID-->
|
||
<!--<add key="WeAppid" value=""/>-->
|
||
<!--版本号-->
|
||
<add key="ApiVersion" value="" />
|
||
|
||
|
||
<!--测试环境公众号的AppSecret-->
|
||
<add key="WeAppSecret" value="788c81bd1eecaaa681360a296413d45d" />
|
||
<!--测试NC-->
|
||
<add key="NCApiUrl" value="http://127.0.0.1" />
|
||
<add key="NCApiToken" value="" />
|
||
|
||
<!--小胖美妆的小程序-->
|
||
<add key="XiaoPangAppid" value="" />
|
||
<add key="XiaoPangAppsecret" value="" />
|
||
|
||
<!--99女神卡卡套ID-->
|
||
<add key="NymphCardId" value="" />
|
||
<!--小程序码存放地址-->
|
||
<add key="FilesPatch" value="D:\publish\BFY-API\Api\App_File\" />
|
||
<!--分裂式门票活动-->
|
||
<add key="Activity0" value="SmartStore/分裂式门票.png" />
|
||
<add key="Activity4" value="SmartStore/分裂式门票.png" />
|
||
<add key="Activity5" value="SmartStore/分裂式门票.png" />
|
||
<!--99女神卡活动-->
|
||
<add key="Activity2" value="SmartStore/99女神卡海报.png" />
|
||
<!--jwtkey-->
|
||
<add key="JwtKey" value="4ea0180d8f8c1ce11343e9104c682bc4" />
|
||
<!--是否输出Sql命令0:不输出 1:输出-->
|
||
<add key="OutputSql" value="0" />
|
||
<!--取消owin启动-->
|
||
<add key="owin:AutomaticAppStartup" value="false" />
|
||
<!--钉钉通知机器人-->
|
||
<add key="DingDingApiUrl" value="" />
|
||
<!--<add key="DingDingApiUrl" value="" />-->
|
||
<add key="DingDingTxt" value="测试环境:" />
|
||
<add key="H5payurl" value="" />
|
||
<add key="notify_url" value="" />
|
||
<add key="RegisteredUrl" value="" />
|
||
<!--微信服务器配置中的token-->
|
||
<add key="WeToken" value="smartstore" />
|
||
<!--主键生成的最后一个数字-->
|
||
<add key="IdLastNum" value="1" />
|
||
<add key="MerchantId" value="00000000-0000-0000-0000-000000000000" />
|
||
<add key="SysConfig" value="{"MerchantId": "00000000-0000-0000-0000-000000000009","Issuer": "lxzyl","Secret": "4ea0180d8f8c1ce11343e9104c682bc4","SendVerifyCode":"http://120.78.93.13:30000/InterfaceAPI/sendVerifyCode", "SendSms": "http://120.78.93.13:30000/InterfaceAPI/sendSmsMessage", "ApiTokenUrl": "http://localhost:8888/oauth2/token", "IsDev": true, "QiNiuCloudApiUrl": "http://oss-api.loonxierp.com", "CmpPayCallbackDomain": "http://bfy-api.wxbinf.com:8095"}" />
|
||
<add key="WechatConfig" value="{"ApiAuthDomain": "http://binfapi-test.wxbinf.com","Scope": "snsapi_base","WechatPublic": "流行美专业测试","appHtml": "https://test-dx.wxbinf.com"} " />
|
||
|
||
<!-- 七牛参数配置begin -->
|
||
<add key="QiniuAccessKey" value="" />
|
||
<add key="QiniuSecretKey" value="" />
|
||
<add key="QiniuBucket" value="" />
|
||
<add key="QiniuDomainName" value="https://com/" />
|
||
</appSettings>
|
||
|
||
|
||
|
||
|
||
<!--
|
||
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
|
||
|
||
可在 <httpRuntime> 标记上设置以下特性。
|
||
<system.Web>
|
||
<httpRuntime targetFramework="4.5" />
|
||
</system.Web>
|
||
-->
|
||
<system.web>
|
||
<authentication mode="None" />
|
||
<compilation debug="true" targetFramework="4.5" />
|
||
<httpRuntime targetFramework="4.5" />
|
||
<httpModules>
|
||
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
|
||
</httpModules>
|
||
</system.web>
|
||
|
||
|
||
<system.webServer>
|
||
<modules>
|
||
<remove name="FormsAuthentication" />
|
||
<remove name="ApplicationInsightsWebTracking" />
|
||
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
|
||
</modules>
|
||
<handlers>
|
||
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
|
||
<remove name="OPTIONSVerbHandler" />
|
||
<remove name="TRACEVerbHandler" />
|
||
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||
</handlers>
|
||
<validation validateIntegratedModeConfiguration="false" />
|
||
</system.webServer>
|
||
|
||
<log4net>
|
||
<appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
|
||
<!--日志路径-->
|
||
<param name="File" value="App_Log\" />
|
||
<!--是否是向文件中追加日志-->
|
||
<param name="AppendToFile" value="true" />
|
||
<!--log保留天数-->
|
||
<param name="MaxSizeRollBackups" value="300" />
|
||
<!--日志文件名是否是固定不变的-->
|
||
<param name="StaticLogFileName" value="false" />
|
||
<!--日志文件名格式为:2008-08-31.log-->
|
||
<param name="DatePattern" value="yyyy-MM-dd".log"" />
|
||
<!--日志根据日期滚动-->
|
||
|
||
<!-- 启用复合模式 日期+文件大小分割-->
|
||
<rollingStyle value="Composite" />
|
||
|
||
<maximumFileSize value="50MB"/>
|
||
|
||
<!--日志根据日期滚动-->
|
||
|
||
<layout type="log4net.Layout.PatternLayout">
|
||
<param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n %logger" />
|
||
</layout>
|
||
</appender>
|
||
<logger name="MyCode.Project.Logger">
|
||
<level value="ERROR" />
|
||
<level value="INFO" />
|
||
<appender-ref ref="RollingLogFileAppender" />
|
||
</logger>
|
||
<root>
|
||
<!--(高) OFF > FATAL > ERROR > WARN > INFO > DEBUG > ALL (低) -->
|
||
<level value="ALL" />
|
||
<appender-ref ref="RollingLogFileAppender" />
|
||
</root>
|
||
</log4net>
|
||
|
||
<runtime>
|
||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
|
||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
|
||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
|
||
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
|
||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
|
||
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
|
||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="Common.Logging.Core" publicKeyToken="af08829b84f0328e" culture="neutral" />
|
||
<bindingRedirect oldVersion="0.0.0.0-3.3.1.0" newVersion="3.3.1.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
|
||
<bindingRedirect oldVersion="0.0.0.0-3.3.1.0" newVersion="3.3.1.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
|
||
<bindingRedirect oldVersion="0.0.0.0-2.0.8.0" newVersion="2.0.8.0" />
|
||
</dependentAssembly>
|
||
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||
</dependentAssembly>
|
||
<dependentAssembly>
|
||
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||
</dependentAssembly>
|
||
</assemblyBinding>
|
||
</runtime>
|
||
|
||
<system.codedom>
|
||
<compilers>
|
||
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
|
||
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
|
||
</compilers>
|
||
</system.codedom>
|
||
<startup>
|
||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||
</startup>
|
||
</configuration>
|