chore(newrelic): use license key in accordance with https://docs.newrelic.com/docs/nodejs/nodejs-agent-on-heroku

This commit is contained in:
Tyler Renelle
2014-01-30 11:52:58 -07:00
parent 85e2ce5c4a
commit 416feca42e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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"
}