mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix: disable newrelic on self-hosted by default
This commit is contained in:
@@ -22,6 +22,14 @@ if [ -z "$REVISIONS_SERVER_PORT" ]; then
|
||||
export REVISIONS_SERVER_PORT=3105
|
||||
fi
|
||||
|
||||
#############
|
||||
# NEW RELIC #
|
||||
#############
|
||||
|
||||
if [ -z "$NEW_RELIC_ENABLED" ]; then
|
||||
export NEW_RELIC_ENABLED=false
|
||||
fi
|
||||
|
||||
######
|
||||
# DB #
|
||||
######
|
||||
|
||||
Reference in New Issue
Block a user