update-----init

This commit is contained in:
wyongk
2020-12-13 12:55:24 +08:00
parent f07f74cab2
commit 7d23c73153
1075 changed files with 404259 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\Host.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout">
<environmentVariables />
</aspNetCore>
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 8362BF5D-63CF-411C-B11C-02C02684B7D1-->