config change

This commit is contained in:
paolo
2018-12-23 00:31:34 +01:00
parent 6accb7428e
commit 6edb4c4f28
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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: {