You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
890 B
XML
17 lines
890 B
XML
<?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=".\Haoliang.Api.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess">
|
|
<environmentVariables>
|
|
<environmentVariable name="ConnectionStrings__CNCBusinessDB" value="server=localhost;database=cnc_business;user=root;password=root;" />
|
|
<environmentVariable name="ConnectionStrings__CNCLLogDB" value="server=localhost;database=cnc_log;user=root;password=root;" />
|
|
</environmentVariables>
|
|
</aspNetCore>
|
|
</system.webServer>
|
|
</location>
|
|
</configuration>
|
|
<!--ProjectGuid: 68172AD4-9189-4A40-A1B6-FC95D0585DF0--> |