From 3b5eecc1c8edd802abff65767ca2668c897f1242 Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Thu, 12 Dec 2024 14:49:47 -0800 Subject: [PATCH] Fix flag names for native deployment mode Signed-off-by: Anil Vishnoi --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 39a85af4..1fdc2480 100644 --- a/docs/development.md +++ b/docs/development.md @@ -84,7 +84,7 @@ UI stack supports two mode of deployments: ## Running the UI in Native Deployment Mode -To enable the native mode, set the `IL_UI_DEPLOYMENT=native` in the .env file. Once the flag is set, the UI will not push the knowledge and skill contribution to the github repository. Instead, it will keep the contribution in the local machine. In the `native` mode, the UI login page will show username and password input box to authenticate the user. You can setup the username and password in the .env file through the `IL_UI_ADMIN_USERNAME` and `IL_UI_ADMIN_USERNAME` flags. +To enable the native mode, set the `IL_UI_DEPLOYMENT=native` in the .env file. Once the flag is set, the UI will not push the knowledge and skill contribution to the github repository. Instead, it will keep the contribution in the local machine. In the `native` mode, the UI login page will show username and password input box to authenticate the user. You can setup the username and password in the .env file through the `IL_UI_ADMIN_USERNAME` and `IL_UI_ADMIN_PASSWORD` flags. ## Running the UI in Github Deployment Mode