From d26f558001d0b50eca4eaf1984d6b763e13913b6 Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Wed, 18 Dec 2024 09:00:28 -0800 Subject: [PATCH] Fix the environment variable Signed-off-by: Anil Vishnoi --- .env.native.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.native.example b/.env.native.example index bf71805c..65114851 100644 --- a/.env.native.example +++ b/.env.native.example @@ -7,6 +7,6 @@ NEXTAUTH_URL=http://localhost:3000 IL_UI_DEPLOYMENT=native # Two deployment modes are available: github and native IL_ENABLE_DEV_MODE=true #Enable this option if you want to enable UI features that helps in development, such as form Auto-Fill feature. -NEXT_PUBLIC_TAXONOMY_REPO_DIR= +NEXT_PUBLIC_TAXONOMY_ROOT_DIR= NEXT_PUBLIC_EXPERIMENTAL_FEATURES=false