2016-09-06 17:09:19 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<system.webServer>
|
|
|
|
<handlers>
|
2019-01-31 10:43:32 +00:00
|
|
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
2016-09-06 17:09:19 -07:00
|
|
|
</handlers>
|
2019-06-26 12:58:07 +02:00
|
|
|
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="false" hostingModel="inprocess">
|
|
|
|
<environmentVariables>
|
|
|
|
<environmentVariable name="COMPLUS_ForceENC" value="1" />
|
|
|
|
<environmentVariable name="ConnectionString" value="server=localhost,5433;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word" />
|
|
|
|
<environmentVariable name="Serilog:LogstashgUrl" value="http://locahost:8080" />
|
|
|
|
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
|
|
|
|
<environmentVariable name="EventBusConnection" value="localhost" />
|
|
|
|
<environmentVariable name="Serilog:SeqServerUrl" value="http://locahost:5340" />
|
|
|
|
</environmentVariables>
|
2019-01-31 10:43:32 +00:00
|
|
|
</aspNetCore>
|
2016-09-06 17:09:19 -07:00
|
|
|
</system.webServer>
|
2016-09-14 08:35:34 -07:00
|
|
|
</configuration>
|