Commit 120665d0a4552ed578ed6454ae8cd97b67cd3ea7
1 parent
85dbbcc7dc
Exists in
admin
baseurl change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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: '134.209.156.59', // 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, | ... | ... |