chore: Deprecating ENABLE_FLASK_COMPRESS (#10233)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2020-07-04 12:46:34 -07:00
committed by GitHub
parent f6e13b64b0
commit 774c23a6f1
4 changed files with 4 additions and 7 deletions

View File

@@ -228,7 +228,7 @@ Note that the development web
server (`superset run` or `flask run`) is not intended for production use.
If not using gunicorn, you may want to disable the use of flask-compress
by setting `ENABLE_FLASK_COMPRESS = False` in your `superset_config.py`
by setting `COMPRESS_REGISTER = False` in your `superset_config.py`
Flask-AppBuilder Permissions
----------------------------