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
5 merge requests!86ignore ts built folder,!85deployment,!84prepare deployment,!53update build script,!45update config
Pipeline #4559 failed with stage
in 1 second
Showing with 2 additions and 0 deletions
+2 -0
...@@ -5,6 +5,7 @@ module.exports = { ...@@ -5,6 +5,7 @@ module.exports = {
port: process.env.PORT || 8888 port: process.env.PORT || 8888
}, },
database: { database: {
host: 'localhost',
user: 'usernamedb', // DB username user: 'usernamedb', // DB username
password: 'passworddb', // DB password password: 'passworddb', // DB password
port: 3306, // MySQL port port: 3306, // MySQL port
...@@ -22,6 +23,7 @@ module.exports = { ...@@ -22,6 +23,7 @@ module.exports = {
port: process.env.PORT || 8888 port: process.env.PORT || 8888
}, },
database: { database: {
host: 'localhost',
user: 'usernamedb', // DB username user: 'usernamedb', // DB username
password: 'passworddb', // DB password password: 'passworddb', // DB password
port: 3306, // MySQL port port: 3306, // MySQL port
......
Supports Markdown
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