Load current Newrelic monitored environment from an ENV

This commit is contained in:
Fabiano Martins 2025-02-04 23:58:03 -03:00
parent a8f9ab634a
commit 417c989006

View File

@ -1,5 +1,5 @@
exports.config = { exports.config = {
app_name: ['Staging Evolution API'], app_name: [`${process.env.CHATFLUX_ENV} Evolution API`],
license_key: process.env.NEW_RELIC_LICENSE_KEY, license_key: process.env.NEW_RELIC_LICENSE_KEY,
logging: { logging: {
level: 'trace' level: 'trace'