Skip to content

Commit a689a6d

Browse files
authored
Merge pull request #23 from nahuelcandia/master
Add 'host' for mysql to config.js.
2 parents 535ec46 + 5581467 commit a689a6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
module.exports = {
66
sql: {
7+
host: 'host_ip',
78
database: 'oauth_demo',
89
username: 'root',
910
password: '',
@@ -18,4 +19,4 @@ module.exports = {
1819
seedMongoDB:false,
1920
seedDBForce:true,
2021
db:'mongo' // mongo,sql if you want to use any SQL change dialect above in sql config
21-
}
22+
}

0 commit comments

Comments
 (0)