mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
chore(newrelic): use license key in accordance with https://docs.newrelic.com/docs/nodejs/nodejs-agent-on-heroku
This commit is contained in:
@@ -13,7 +13,7 @@ exports.config = {
|
||||
/**
|
||||
* Your New Relic license key.
|
||||
*/
|
||||
license_key : nconf.get('NEWRELIC'),
|
||||
license_key : nconf.get('NEW_RELIC_LICENSE_KEY'),
|
||||
logging : {
|
||||
/**
|
||||
* Level at which to log. 'trace' is most useful to New Relic when diagnosing
|
||||
|
||||
Reference in New Issue
Block a user