mirror of
https://github.com/bitwarden/server.git
synced 2025-02-25 03:21:46 +01:00
remove new relic package locally.
This commit is contained in:
parent
ef3853d507
commit
a523364844
@ -21,7 +21,6 @@
|
|||||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Cors": "6.0.0-rc1-final",
|
"Microsoft.AspNet.Cors": "6.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Diagnostics": "1.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"
|
"Loggr.Extensions.Logging": "1.0.1-rc1-final"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<appSettings>
|
|
||||||
<add key="NewRelic.AppName" value="bitwarden api" />
|
|
||||||
</appSettings>
|
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<handlers>
|
<handlers>
|
||||||
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
|
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
|
||||||
|
Loading…
Reference in New Issue
Block a user