Commit c9a6a30d authored by Rosanny Sihombing's avatar Rosanny Sihombing Committed by Rosanny Sihombing
Browse files

update config


(cherry picked from commit 85cf3728)
parent 9f1ade49
......@@ -5,6 +5,7 @@ module.exports = {
port: process.env.PORT || 8888
},
database: {
host: 'localhost',
user: 'usernamedb', // DB username
password: 'passworddb', // DB password
port: 3306, // MySQL port
......@@ -22,6 +23,7 @@ module.exports = {
port: process.env.PORT || 8888
},
database: {
host: 'localhost',
user: 'usernamedb', // DB username
password: 'passworddb', // DB password
port: 3306, // MySQL port
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment