Update 20211218
This commit is contained in:
5131
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.deps.json
Normal file
5131
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.dll
Normal file
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.dll
Normal file
Binary file not shown.
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.exe
Normal file
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.exe
Normal file
Binary file not shown.
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.pdb
Normal file
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/DPMService.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp3.1",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/Newtonsoft.Json.dll
Normal file
BIN
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/Newtonsoft.Json.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/appsettings.json
Normal file
16
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/appsettings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
//"DBConnection": "Server=shu00;Database=dpm_dentis;user=sa;password=*shu29;MultipleActiveResultSets=true",
|
||||
"DBConnection": "Server=shu00;Database=dpm_mobile;user=sa;password=*shu29;MultipleActiveResultSets=true"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ApiKey": "BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9n,BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9nX,BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9ny",
|
||||
"ApiCheck": "e913aab4-c2c5-4e33-ad24-d25848f748e7"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
25
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/web.config
Normal file
25
WebAPI/obj/Release/netcoreapp3.1/PubTmp/Out/web.config
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<modules runAllManagedModulesForAllRequests="true">
|
||||
<remove name="WebDAVModule" />
|
||||
</modules>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
<remove name="WebDAV" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\DPMService.dll" stdoutLogEnabled="false" hostingModel="InProcess" stdoutLogFile=".\logs\stdout">
|
||||
<environmentVariables>
|
||||
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
|
||||
</environmentVariables>
|
||||
</aspNetCore>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<system.web>
|
||||
<!--<authentication mode="Forms">
|
||||
<forms cookieless="UseCookies" />
|
||||
</authentication>-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 3F2FF2E6-6198-4D06-82AC-AF4784550A6D-->
|
||||
Reference in New Issue
Block a user