1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-02 04:11:04 +01:00
bitwarden-server/src/Api/web.config

10 lines
415 B
Plaintext
Raw Normal View History

2016-05-20 01:10:24 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2016-10-27 06:09:55 +02:00
<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>
2016-05-20 01:10:24 +02:00
</configuration>