From e976c5984f5a23a90a7580d34d815cba7db1757b Mon Sep 17 00:00:00 2001 From: digvijay26 Date: Wed, 5 May 2021 18:42:27 +0530 Subject: [PATCH] server staging --- config/dev.env.js | 2 +- config/index.js | 2 +- src/main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index 99a7116..47e705f 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://134.209.156.59:8082"', + siteUrl: '"http://174.138.121.70:8082"', 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 6fa257b..456c2f3 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { proxyTable: {}, // Various Dev Server settings - host: '134.209.156.59', // can be overwritten by process.env.HOST + host: '174.138.121.70', // can be overwritten by process.env.HOST port: 8082, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, diff --git a/src/main.js b/src/main.js index 7c0bc16..c976b0a 100644 --- a/src/main.js +++ b/src/main.js @@ -41,7 +41,7 @@ Vue.config.productionTip = false // http://174.138.121.70:3006/pd Vue.prototype.moment = moment -axios.defaults.baseURL = 'http://productgrowth.vizitorapp.com/pg' +axios.defaults.baseURL = 'http://174.138.121.70:3006/pg' /* eslint-disable no-new */ new Vue({ -- 2.0.0