Skip to content

Commit

Permalink
Update superset/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com>
  • Loading branch information
AAfghahi and hughhhh committed Jun 2, 2021
1 parent 42ccdc7 commit 6f17e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ def _try_json_readsha( # pylint: disable=unused-argument
# for report with type 'report' still send with email and slack message with
# screenshot and link
"ALERTS_ATTACH_REPORTS": True,
# Enabling FORCE_SSL forces all database connections to be encrypted before
# being saved into superset metastore.
# Enabling FORCE_DATABASE_CONNECTIONS_SSL forces all database connections to be
# encrypted before being saved into superset metastore.
"FORCE_DATABASE_CONNECTIONS_SSL": False,
}

Expand Down

0 comments on commit 6f17e95

Please sign in to comment.