From e764b729827ce0cc3bf0bd5d8ed4854904123534 Mon Sep 17 00:00:00 2001 From: Kalyan540 Date: Thu, 26 Dec 2024 12:44:00 +0530 Subject: [PATCH] fix: change Superset environment from development to production --- docker/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env b/docker/.env index cd303a787..52b3d5150 100644 --- a/docker/.env +++ b/docker/.env @@ -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