You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
4.2 KiB
75 lines
4.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
</configSections>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<appSettings>
|
|
<add key="cmdChrome" value="setx GOOGLE_API_KEY "no"& setx GOOGLE_DEFAULT_CLIENT_ID "no"& setx GOOGLE_DEFAULT_CLIENT_SECRET "no"&"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9221 --incognito --kiosk --disable-pinch http://127.0.0.1:8088" />
|
|
<add key="SocketPort" value="7133" />
|
|
<!--是否启用新导视 0-是 1-不是-->
|
|
<add key="IsNewKiosk" value="0" />
|
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
|
<!--是否需要常开视频流-->
|
|
<add key="NeedAlive" value="0" />
|
|
<!--视频流像素X位-->
|
|
<add key="LiveX" value="200" />
|
|
<!--视频流像素Y位-->
|
|
<add key="LiveY" value="200" />
|
|
<!--视频流宽度-->
|
|
<add key="LiveWidth" value="250" />
|
|
<!--视频流高度-->
|
|
<add key="LiveHeight" value="250" />
|
|
<!--比对阈值-->
|
|
<add key="Threshold" value="80" />
|
|
<!--摄像头配置,有n个摄像头,可配置为0到n-1,分别调用不同的摄像头-->
|
|
<add key="CameraIndex" value="0" />
|
|
<!--百度人脸Sdk最大检测数-->
|
|
<add key="MaxDectNum" value="10" />
|
|
</appSettings>
|
|
<entityFramework>
|
|
<providers>
|
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
|
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
|
</providers>
|
|
</entityFramework>
|
|
<system.data>
|
|
<DbProviderFactories>
|
|
<remove invariant="System.Data.SQLite.EF6" />
|
|
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
|
<remove invariant="System.Data.SQLite" />
|
|
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
|
</DbProviderFactories>
|
|
</system.data>
|
|
<system.web>
|
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
|
<providers>
|
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
|
</providers>
|
|
</membership>
|
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
|
<providers>
|
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
|
</providers>
|
|
</roleManager>
|
|
</system.web>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|
|
|