Commit e2db382c6590ca420bb38209be2261ceb30816f2

Authored by Digvijay Singh
1 parent 51ce61cc20
Exists in admin

staging server config

config/dev.env.js
... ... @@ -7,7 +7,7 @@ module.exports = merge(prodEnv, {
7 7 // APIurl: '"https://cors-anywhere.herokuapp.com/https://www.gigsfor.me/_functions"',
8 8 // APIurl: '"https://stg-api.gigsfor.me/api"',
9 9 APIurl: '"https://stg-api.gigsfor.me/api"',
10   - siteUrl: '"http://134.209.156.59:8081"',
  10 + siteUrl: '"http://174.138.121.70:8081"',
11 11 imageUrl: '"https://stg-api.gigsfor.me/"',
12 12 fileUploadKey: '"AYqgvDoo4RyBC0STV6og2z"',
13 13 landbotUrl: '"https://landbot.io/u/H-347617-SIJESECF8DSSQ06L/index.html"',
... ...
... ... @@ -13,7 +13,7 @@ module.exports = {
13 13 proxyTable: {},
14 14  
15 15 // Various Dev Server settings
16   - host: '134.209.156.59', // can be overwritten by process.env.HOST
  16 + host: '174.138.121.70', // can be overwritten by process.env.HOST
17 17 port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
18 18 autoOpenBrowser: false,
19 19 errorOverlay: true,
... ...
... ... @@ -38,8 +38,9 @@ Vue.use(Auth0Plugin, {
38 38 Vue.config.productionTip = false
39 39 // https://api.productgrowth.org/pg
40 40 // http://174.138.121.70:3006/pg
  41 +// http://174.138.121.70:3006/pd
41 42 Vue.prototype.moment = moment
42   -axios.defaults.baseURL = 'https://api.productgrowth.org/pg'
  43 +axios.defaults.baseURL = 'http://174.138.121.70:3006/pd'
43 44  
44 45 /* eslint-disable no-new */
45 46 new Vue({
... ...