config change
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user