Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
added mysql username and password fixes GH #128
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling committed Apr 13, 2012
1 parent dc151ca commit 35b07f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/environments/local-dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ exports.config = {
database: {
driver: 'mysql',
host: '127.0.0.1',
user: '',
password: '',
user: 'badgemaker',
password: 'secret',
database: 'openbadges'
},

Expand Down

0 comments on commit 35b07f6

Please sign in to comment.