2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
This commit is contained in:
kev
2019-10-20 17:09:50 +08:00
parent 392b574128
commit a4ccd37861
6 changed files with 15 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
PYTHONPATH=/home/superset/superset
SUPERSET_HOME=/home/superset/superset
FLASK_APP=superset
GUNICORN_CMD_ARGS="--workers=4 --timeout=60 --bind=0.0.0.0:8088 --limit-request-line=0 --limit-request-field_size=0"