From 34ffcd515237b0947e1d9ee6ed8e27b55e7e92e6 Mon Sep 17 00:00:00 2001 From: digvijay26 Date: Tue, 5 Jan 2021 18:09:56 +0530 Subject: [PATCH] changes in ui --- config/dev.env.js | 2 +- config/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index e5aaa91..bbbd257 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -7,7 +7,7 @@ module.exports = merge(prodEnv, { // APIurl: '"https://cors-anywhere.herokuapp.com/https://www.gigsfor.me/_functions"', // APIurl: '"https://stg-api.gigsfor.me/api"', APIurl: '"https://stg-api.gigsfor.me/api"', - siteUrl: '"http://localhost:8080"', + siteUrl: '"http://134.209.156.59:8080"', imageUrl: '"https://stg-api.gigsfor.me/"', fileUploadKey: '"AYqgvDoo4RyBC0STV6og2z"', landbotUrl: '"https://landbot.io/u/H-347617-SIJESECF8DSSQ06L/index.html"', diff --git a/config/index.js b/config/index.js index 10c0aae..ac440d3 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { proxyTable: {}, // Various Dev Server settings - host: 'localhost', // can be overwritten by process.env.HOST + host: '134.209.156.59', // can be overwritten by process.env.HOST port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, -- 2.0.0