Commit 1dc82e99 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'cherry-pick-85cf3728' into 'testing'

update config

See merge request !45
parents 9f1ade49 c9a6a30d
Pipeline #4559 failed with stage
in 1 second
......@@ -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