@@ -819,7 +819,7 @@
[[slack]]
# Turns on Slack application API endpoints
- ## is_enabled=True
+ ## is_enabled=false
# Configuration options for the request Tracing
@@ -821,7 +821,7 @@
@@ -710,7 +710,7 @@ SLACK = ConfigSection(
IS_ENABLED=Config(
key='is_enabled',
help=_('Turns on Slack application API endpoints'),
- default=True,
+ default=False,
type=coerce_bool),
)