UNPKG

memored

Version:

Shared in-memory module for cluster applications

27 lines (25 loc) 647 B
'use strict' /** * New Relic agent configuration. * * See lib/config.defaults.js in the agent distribution for a more complete * description of configuration variables and their potential values. */ exports.config = { /** * Array of application names. */ app_name: ['Memored'], /** * Your New Relic license key. */ license_key: '0895079b49a2a5816a8eb9d4cfc56ff153ec5db6', 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' } }