[scout] Monitor is off by default.
This commit is contained in:
parent
8b8e8ec8e5
commit
58cc000b0f
|
@ -21,12 +21,12 @@ common: &defaults
|
||||||
|
|
||||||
production:
|
production:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
monitor: true
|
monitor: false
|
||||||
auto_instruments: true
|
auto_instruments: true
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
monitor: true
|
monitor: false
|
||||||
auto_instruments: true
|
auto_instruments: true
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue