Skip to content

Commit

Permalink
Different hostname on live
Browse files Browse the repository at this point in the history
  • Loading branch information
mnori committed May 4, 2017
1 parent 88ed9e8 commit 565327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
rgbaPixel: 0xFFFFFFFF
},
DB_CONNECT_PARAMS: {
host: "mysql",
host: (isLive) ? "localhost" : "mysql",
user: "root",
password: (isLive) ? "CHANGEME" : "password"
},
Expand Down

0 comments on commit 565327b

Please sign in to comment.