Removed unnecessary files
This commit is contained in:
parent
46175d7aa9
commit
536bddcd96
@ -1,9 +0,0 @@
|
|||||||
# Containerized eShop - Basket Service
|
|
||||||
Sample reference containerized application, cross-platform and microservices architecture.
|
|
||||||
Powered by Microsoft
|
|
||||||
|
|
||||||
Check procedures on how to get it started at the Wiki:
|
|
||||||
https://github.com/dotnet/eShopOnContainers/wiki
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
<!--
|
|
||||||
Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380
|
|
||||||
-->
|
|
||||||
<system.webServer>
|
|
||||||
<handlers>
|
|
||||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
|
||||||
</handlers>
|
|
||||||
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="InProcess">
|
|
||||||
<environmentVariables>
|
|
||||||
<environmentVariable name="COMPLUS_ForceENC" value="1" />
|
|
||||||
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
|
|
||||||
</environmentVariables>
|
|
||||||
</aspNetCore>
|
|
||||||
</system.webServer>
|
|
||||||
</configuration>
|
|
Loading…
x
Reference in New Issue
Block a user