Skip to content

Instantly share code, notes, and snippets.

@netojoa
Created August 18, 2018 20:12
Show Gist options
  • Save netojoa/106add90e98a72b70df8abd14f230831 to your computer and use it in GitHub Desktop.
Save netojoa/106add90e98a72b70df8abd14f230831 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<aspNetCore processPath=".\Sitecore.Framework.Publishing.Host.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" >
<environmentVariables>
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
</environmentVariables>
</aspNetCore>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment