Skip to content

Commit

Permalink
Merge pull request #23 from nahuelcandia/master
Browse files Browse the repository at this point in the history
Add 'host' for mysql to config.js.
  • Loading branch information
manjeshpv authored Jul 2, 2024
2 parents 535ec46 + 5581467 commit a689a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

module.exports = {
sql: {
host: 'host_ip',
database: 'oauth_demo',
username: 'root',
password: '',
Expand All @@ -18,4 +19,4 @@ module.exports = {
seedMongoDB:false,
seedDBForce:true,
db:'mongo' // mongo,sql if you want to use any SQL change dialect above in sql config
}
}

0 comments on commit a689a6d

Please sign in to comment.