From d60b76885f23c166f42bf08b59da16a3ed659c5f Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Mon, 28 Oct 2024 10:44:12 +0530 Subject: [PATCH] Reverted: updated the env file with new changes(#726) --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 5b69ab95..a111ff8a 100644 --- a/.env.example +++ b/.env.example @@ -18,7 +18,7 @@ VUE_APP_ALIAS= VUE_APP_DEFAULT_LOG_LEVEL="error" VUE_APP_LOGIN_URL="http://launchpad.hotwax.io/login" VUE_APP_BROKER_JOB_ENUMS = {"REJ_ORDR":"JOB_BKR_REJ_ORD"} -VUE_APP_GITBOOK_API_KEY="gb_api_hL97xDJyiI6FBhnWKdm8CP6N6Wjl5nZSjhK3Nyd7" -VUE_APP_SPACE_ID="GNcmGkoNRfptyho21A56" +VUE_APP_GITBOOK_API_KEY="" +VUE_APP_SPACE_ID="" VUE_APP_GITBOOK_BASE_URL="https://api.gitbook.com/v1" VUE_APP_GITBOOK_JOBS_DOCS_URL="https://docs.hotwax.co/documents/retail-operations/workflow/job-workflows"