mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
11 lines
300 B
YAML
11 lines
300 B
YAML
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
|