1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-28 16:22:22 -05:00
bitwarden/src/Api/web.config
2016-10-27 00:09:55 -04:00

10 lines
415 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
</system.webServer>
</configuration>