Commit e976c5984f5a23a90a7580d34d815cba7db1757b
1 parent
1631676c86
Exists in
admin
server staging
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
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:8082"', | |
10 | + siteUrl: '"http://174.138.121.70:8082"', | |
11 | 11 | imageUrl: '"https://stg-api.gigsfor.me/"', |
12 | 12 | fileUploadKey: '"AYqgvDoo4RyBC0STV6og2z"', |
13 | 13 | landbotUrl: '"https://landbot.io/u/H-347617-SIJESECF8DSSQ06L/index.html"', | ... | ... |
config/index.js
... | ... | @@ -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: 8082, // 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, | ... | ... |
src/main.js
... | ... | @@ -41,7 +41,7 @@ Vue.config.productionTip = false |
41 | 41 | // http://174.138.121.70:3006/pd |
42 | 42 | |
43 | 43 | Vue.prototype.moment = moment |
44 | -axios.defaults.baseURL = 'http://productgrowth.vizitorapp.com/pg' | |
44 | +axios.defaults.baseURL = 'http://174.138.121.70:3006/pg' | |
45 | 45 | |
46 | 46 | /* eslint-disable no-new */ |
47 | 47 | new Vue({ | ... | ... |