Commit 85cf3728 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

update config

parent f6d300ea
......@@ -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