config change
This commit is contained in:
@@ -170,7 +170,7 @@ module.exports = function (ctx) {
|
|||||||
manifest: {
|
manifest: {
|
||||||
name: 'Free Planet',
|
name: 'Free Planet',
|
||||||
short_name: 'freeplanet',
|
short_name: 'freeplanet',
|
||||||
description: 'Descrizione APP!',
|
description: 'Social project in order to connecting people each others (working in progress...)',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
orientation: 'portrait',
|
orientation: 'portrait',
|
||||||
background_color: '#ffffff',
|
background_color: '#ffffff',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import {clone} from 'lodash'
|
|||||||
import * as Types from './ApiTypes'
|
import * as Types from './ApiTypes'
|
||||||
|
|
||||||
export const API_URL = process.env.API_URL
|
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({
|
export const axiosInstance: AxiosInstance = axios.create({
|
||||||
baseURL: API_URL,
|
baseURL: API_URL,
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user