Skip to content

Commit

Permalink
chore: Remove wrong information from the Alerts & Reports docs (#23544)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Apr 4, 2023
1 parent a4d4084 commit 08375ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/installation/alerts-reports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Alerts and reports are disabled by default. To turn them on, you need to do some

###### Disable dry-run mode

Screenshots will be taken but no messages actually sent as long as `ALERT_REPORTS_NOTIFICATION_DRY_RUN = True`, its default value in `config.py`. To disable dry-run mode and start receiving email/Slack notifications, set `ALERT_REPORTS_NOTIFICATION_DRY_RUN` to `False` in [superset config](https://github.com/apache/superset/blob/master/docker/pythonpath_dev/superset_config.py).
Screenshots will be taken but no messages actually sent as long as `ALERT_REPORTS_NOTIFICATION_DRY_RUN = True`, its default value in `docker/pythonpath_dev/superset_config.py`. To disable dry-run mode and start receiving email/Slack notifications, set `ALERT_REPORTS_NOTIFICATION_DRY_RUN` to `False` in [superset config](https://github.com/apache/superset/blob/master/docker/pythonpath_dev/superset_config.py).

##### In your `Dockerfile`

Expand Down Expand Up @@ -100,7 +100,7 @@ FEATURE_FLAGS = {
"ALERT_REPORTS": True
}

REDIS_HOST = "redis-superset"
REDIS_HOST = "superset_cache"
REDIS_PORT = "6379"

class CeleryConfig:
Expand Down

0 comments on commit 08375ca

Please sign in to comment.