From bc45061562eed6326e6741eb97714ee33a05b574 Mon Sep 17 00:00:00 2001 From: himeshr Date: Fri, 26 Jul 2024 12:27:13 +0530 Subject: [PATCH] avniproject/avni-media#177 | Correct config for local dev with idp --- client/env-templates/development.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/env-templates/development.template b/client/env-templates/development.template index fea4842..446a82e 100644 --- a/client/env-templates/development.template +++ b/client/env-templates/development.template @@ -3,7 +3,8 @@ NEXT_PUBLIC_MEDIA_VIEWER=http://localhost:3010/media-viewer NEXT_PUBLIC_WEB= NEXT_PUBLIC_ENVIRONMENT=dev NEXT_PUBLIC_WEBAPP_BASE_URL=http://localhost:6010 -NEXT_PUBLIC_LOCAL_DEV_USER= +# Specify avni user-id below if running avni-server and etl without idp +NEXT_PUBLIC_LOCAL_DEV_USER= # Actual Service URL to be used only next JS middleware NEXT_PUBLIC_ETL_MIDDLEWARE=http://localhost:8022