From 40313fd4e29bfa6de7aa061cb186e7778b59c862 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Mon, 26 Aug 2024 10:48:27 +0530 Subject: [PATCH] Updated: maarg login entries as all the instances of inventory count app are now maarg based. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 31ff5e9..c768924 100644 --- a/.env.example +++ b/.env.example @@ -4,5 +4,5 @@ VUE_APP_I18N_FALLBACK_LOCALE=en VUE_APP_LOCALES={"en": "English", "ja": "日本語", "es": "Español"} VUE_APP_CURRENCY_FORMATS={"en": {"currency": {"style": "currency","currency": "USD"}}, "ja": {"currency": {"style": "currency", "currency": "JPY"}}, "es": {"currency": {"style": "currency","currency": "ESP"}}} VUE_APP_DEFAULT_ALIAS= -VUE_APP_MAARG_LOGIN=["atp", "company", "order-routing", "inventorycount-dev", "inventorycount-uat"] +VUE_APP_MAARG_LOGIN=["atp", "company", "order-routing", "inventorycount"] VUE_APP_USERS_LOGIN_URL="http://users.hotwax.io/login" \ No newline at end of file