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