Compare commits

...
Author SHA1 Message Date
Vishnu Narayanan 6fda7c5761 chore: disable newrelic monitoring on staging env 2024-11-18 17:41:51 +05:30
+1
View File
@@ -58,6 +58,7 @@ test:
staging:
<<: *default_settings
app_name: <%= ENV.fetch('NEW_RELIC_APP_NAME', 'Chatwoot') %> (Staging)
monitor_mode: <%= ENV.fetch('NEW_RELIC_STAGING_MONITORING_ENABLED', false) %>
production:
<<: *default_settings