mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
chore(newrelic): use license key in accordance with https://docs.newrelic.com/docs/nodejs/nodejs-agent-on-heroku
This commit is contained in:
parent
85e2ce5c4a
commit
416feca42e
2 changed files with 3 additions and 2 deletions
|
|
@ -13,5 +13,6 @@
|
|||
"SMTP_SERVICE":"Gmail",
|
||||
"STRIPE_API_KEY":"aaaabbbbccccddddeeeeffff00001111",
|
||||
"STRIPE_PUB_KEY":"22223333444455556666777788889999",
|
||||
"PAYPAL_MERCHANT":"paypal-merchant@gmail.com"
|
||||
"PAYPAL_MERCHANT":"paypal-merchant@gmail.com",
|
||||
"NEW_RELIC_LICENSE_KEY":"NEW_RELIC_LICENSE_KEY"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue