From e142f17abe99ffdbd16b4732759022e9037390ac Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 27 Feb 2025 13:32:53 +0545 Subject: [PATCH] fix(env): UI version must be `stable` (#7055) --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 2c75739649..3ffc99af16 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ # For production, it is recommended to use a secure method to store these variables and change the default secret keys. #### Prowler UI Configuration #### -PROWLER_UI_VERSION="latest" +PROWLER_UI_VERSION="stable" SITE_URL=http://localhost:3000 API_BASE_URL=http://prowler-api:8080/api/v1 NEXT_PUBLIC_API_DOCS_URL=http://prowler-api:8080/api/v1/docs