Skip to content

Commit

Permalink
fuck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Defite committed Oct 21, 2018
1 parent aed6f6c commit 53994c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = {
],
axios: {
baseURL: 'http://wp:8080',
browserBaseURL: process.env.NODE_ENV === 'development' ? 'http://localhost:5000' : 'http://206.189.102.126:5000'
browserBaseURL: process.env.NODE_ENV === 'development' ? 'http://localhost:5000' : 'http://[YOUR_HOST_IP_OR_DOMAIN]:5000'
}
}

0 comments on commit 53994c6

Please sign in to comment.