diff --git a/.env.dev b/.env.dev index f3dd0cb..902285f 100644 --- a/.env.dev +++ b/.env.dev @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api-dev.onstove.com +STOVE_API_URL_SERVERL=https://i-api-dev.onstove.com STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB diff --git a/.env.live b/.env.live index 36ba550..f6ea327 100644 --- a/.env.live +++ b/.env.live @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.onstove.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api.onstove.com +STOVE_API_URL_SERVERL=https://i-api.onstove.com STOVE_M_API_URL=https://maintenance.onstove.com # STOVE - GNB diff --git a/.env.qa b/.env.qa index 2f9d332..4a586e2 100644 --- a/.env.qa +++ b/.env.qa @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api.gate8.com +STOVE_API_URL_SERVERL=https://i-api.gate8.com STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB diff --git a/.env.sandbox b/.env.sandbox index a1126db..baf4b74 100644 --- a/.env.sandbox +++ b/.env.sandbox @@ -7,6 +7,7 @@ STATIC_URL='https://static-pubcomm.gate8.com' # STOVE ############################################################################# # STOVE - API Url STOVE_API_URL=https://api.gate8.com +STOVE_API_URL_SERVERL=https://i-api.gate8.com STOVE_M_API_URL=https://maintenance.gate8.com # STOVE - GNB diff --git a/layers/components/layouts/Footer.vue b/layers/components/layouts/Footer.vue index d822bad..51c4c30 100644 --- a/layers/components/layouts/Footer.vue +++ b/layers/components/layouts/Footer.vue @@ -1,149 +1,133 @@