Skip to content

Commit

Permalink
fix: change Superset environment from development to production
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Dec 26, 2024
1 parent 3dc422a commit e764b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ REDIS_HOST=redis
REDIS_PORT=6379

FLASK_DEBUG=true
SUPERSET_ENV=development
SUPERSET_ENV=production
SUPERSET_LOAD_EXAMPLES=yes
CYPRESS_CONFIG=false
SUPERSET_PORT=8088
Expand Down

0 comments on commit e764b72

Please sign in to comment.