Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
10
research/chatwoot/config/scout_apm.yml
Normal file
10
research/chatwoot/config/scout_apm.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
common: &defaults
|
||||
name: <%= ENV.fetch('SCOUT_NAME', '') %>
|
||||
key: <%= ENV.fetch('SCOUT_KEY', '') %>
|
||||
monitor: <%= ENV['SCOUT_KEY'].present? && ENV.fetch('SCOUT_MONITOR', true) %>
|
||||
|
||||
test:
|
||||
monitor: <%= ENV['SCOUT_KEY'].present? && ENV.fetch('SCOUT_MONITOR', true) %>
|
||||
|
||||
production:
|
||||
<<: *defaults
|
||||
Reference in New Issue
Block a user