1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-24 03:11:22 +01:00

remove new relic package locally.

This commit is contained in:
Kyle Spearrin 2016-02-07 00:08:40 -05:00
parent ef3853d507
commit a523364844
2 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,6 @@
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
"Microsoft.AspNet.Cors": "6.0.0-rc1-final",
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",
"NewRelic.Azure.WebSites": "5.13.30",
"Loggr.Extensions.Logging": "1.0.1-rc1-final"
},

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="NewRelic.AppName" value="bitwarden api" />
</appSettings>
<system.webServer>
<handlers>
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />