From 8dc26269cd358ec0db47a4592e33fe80b744f03b Mon Sep 17 00:00:00 2001 From: Paolo Arena Date: Fri, 15 Mar 2019 02:01:03 +0100 Subject: [PATCH] add some env --- .env.development | 4 +++- src/App.vue | 2 +- src/components/Header/Header.ts | 9 +++++++ src/components/Header/Header.vue | 35 +++++++++++++++------------ src/root/home/home.ts | 8 +++++++ src/root/home/home.vue | 4 ++-- src/statics/i18n.js | 9 ++++--- src/store/Api/Instance.ts | 11 +++++++-- src/store/Modules/GlobalStore.ts | 41 ++++++++++++++++---------------- 9 files changed, 78 insertions(+), 45 deletions(-) diff --git a/.env.development b/.env.development index 469ee3e..7324646 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,9 @@ -APP_VERSION="0.0.53" +APP_VERSION="0.0.54" +APP_NAME="FreePlanet" SERVICE_WORKER_FILE="service-worker.js" APP_ID="1" APP_URL="https://freeplanet.app" +URL_FACEBOOK="https://www.facebook.com/freeplanetapp" PROVA_PAOLO="PROVA SVILUPPO" LANG_DEFAULT="it" PAO_APP_ID="KKPPAA5KJK435J3KSS9F9D8S9F8SD98F9SDF" diff --git a/src/App.vue b/src/App.vue index 0e4614c..d0403c1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@