Skip to content

Commit

Permalink
changed processPath in web.config to point to Saber.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
markentingh committed Jun 18, 2023
1 parent 08a2fd2 commit bf9c1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/web.config
Expand Up @@ -5,7 +5,7 @@
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="true" startupTimeLimit="120" requestTimeout="00:05:00" hostingModel="inprocess">
<aspNetCore processPath="Saber.exe" arguments="%LAUNCHER_ARGS%" forwardWindowsAuthToken="false" stdoutLogEnabled="true" startupTimeLimit="120" requestTimeout="00:05:00" hostingModel="inprocess">
<environmentVariables>
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
<environmentVariable name="RESTART" value="0" />
Expand Down

0 comments on commit bf9c1bf

Please sign in to comment.