mirror of
https://github.com/bitwarden/server.git
synced 2024-12-04 14:13:28 +01:00
2e1df91232
* deploying directly to the production slot of the App Service * Update Azure Service Bus package * adding a app service shutdown to qa * reverting QA env deploy change * Update qa-deploy workflow with debugging statement * Disable start/stop in QA deploy workflow * Fix UserKdf and UserApiKey migrations to only update null values (#1494) * Add proper New Relic NuGet package for .NET 5 * Test NewRelic changes Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
7 lines
221 B
XML
7 lines
221 B
XML
<?xml version="1.0"?>
|
|
<configuration xmlns="urn:newrelic-config">
|
|
<application></application>
|
|
<service licenseKey="SECRET"></service>
|
|
<log directory="/home/LogFiles/NewRelic" level="info"></log>
|
|
</configuration>
|