Commit 13f9288e7acda674f36a1924ed632083c8d0c8ff
1 parent
7d62b3a1ad
Exists in
admin
server staging
Showing
2 changed files
with
2 additions
and
2 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://174.138.121.70:80891"', | |
10 | + siteUrl: '"http://174.138.121.70:1500"', | |
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
... | ... | @@ -14,7 +14,7 @@ module.exports = { |
14 | 14 | |
15 | 15 | // Various Dev Server settings |
16 | 16 | host: '174.138.121.70', // can be overwritten by process.env.HOST |
17 | - port: 80891, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | |
17 | + port: 1500, // 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, |
20 | 20 | notifyOnErrors: true, | ... | ... |