mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
Load current Newrelic monitored environment from an ENV
This commit is contained in:
parent
a8f9ab634a
commit
417c989006
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user