Skip to content

Commit

Permalink
fixed database entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Django0505 committed Nov 4, 2015
1 parent 58843df commit 7b79936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var app = express();
var dbOptions = {
host: 'localhost',
user: 'debugger',
password: 'passworddd',
password: 'password',
port: 3306,
database: 'debugging_tips'
};
Expand Down

0 comments on commit 7b79936

Please sign in to comment.