From c18df5037585cb3ce96f722aae456711c803427a Mon Sep 17 00:00:00 2001 From: paolo Date: Sun, 23 Dec 2018 00:28:05 +0100 Subject: [PATCH 1/2] changed readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b88062..e417f82 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This app was made mixing all this languages and tools:
  • Quasar Framework
  • Vue.js
  • Typescript
  • -
  • Progressive Web App (PWA) amazing native-looking apps
  • - +
  • Progressive Web App (PWA) amazing native-looking apps
  • + Thanks to the Quasar Framework and TypeScript ! @@ -36,7 +36,7 @@ Thanks to the Quasar Framework and TypeScript ! -## Features ⚡️(WIP) +## Features ⚡️ - [TypeScript](https://github.com/Microsoft/TypeScript) ✔ - Internationalization (I18n) ✔ From e2a280146b2c602d6f177cddb1e25d9c15627f2b Mon Sep 17 00:00:00 2001 From: paolo Date: Sun, 23 Dec 2018 00:31:34 +0100 Subject: [PATCH 2/2] config change --- quasar.conf.js | 2 +- src/store/Api/Instance.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quasar.conf.js b/quasar.conf.js index b40c89f..d6d6e19 100644 --- a/quasar.conf.js +++ b/quasar.conf.js @@ -170,7 +170,7 @@ module.exports = function (ctx) { manifest: { name: 'Free Planet', short_name: 'freeplanet', - description: 'Descrizione APP!', + description: 'Social project in order to connecting people each others (working in progress...)', display: 'standalone', orientation: 'portrait', background_color: '#ffffff', diff --git a/src/store/Api/Instance.ts b/src/store/Api/Instance.ts index 3190285..c47e3a7 100644 --- a/src/store/Api/Instance.ts +++ b/src/store/Api/Instance.ts @@ -5,7 +5,7 @@ import {clone} from 'lodash' import * as Types from './ApiTypes' export const API_URL = process.env.API_URL -export const APP_BASE = process.env.NODE_ENV === 'development' ? 'http://localhost:5000/' : 'http://51.254.123.205:5000/' +export const APP_BASE = process.env.NODE_ENV === 'development' ? 'http://localhost:5000/' : 'http://myip:5000/' export const axiosInstance: AxiosInstance = axios.create({ baseURL: API_URL, headers: {