From 7d62b3a1adb0aca3c2071cad637496a78be9088a Mon Sep 17 00:00:00 2001 From: digvijay26 Date: Wed, 5 May 2021 18:53:25 +0530 Subject: [PATCH] server staging --- 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 231f3c2..a642a1e 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://174.138.121.70:8089"', + siteUrl: '"http://174.138.121.70:80891"', 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 8e3ceaf..a93bc24 100644 --- a/config/index.js +++ b/config/index.js @@ -14,7 +14,7 @@ module.exports = { // Various Dev Server settings host: '174.138.121.70', // can be overwritten by process.env.HOST - port: 8089, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 80891, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, notifyOnErrors: true, -- 2.0.0