remove buildfiles related to old deployment platform

This commit is contained in:
Riku Rouvila
2015-11-24 20:20:32 +02:00
parent 0e84ebd84c
commit 35fc0b9ea8
4 changed files with 20 additions and 52 deletions

19
newrelic.js Normal file
View File

@@ -0,0 +1,19 @@
var config = require('./lib/config');
exports.config = {
/**
* Array of application names.
*/
app_name: ['My Application'],
/**
* Your New Relic license key.
*/
license_key: config.newrelic.key,
logging: {
/**
* Level at which to log. 'trace' is most useful to New Relic when diagnosing
* issues with the agent, 'info' and higher will impose the least overhead on
* production applications.
*/
level: 'info'
}
}