不要怂,就是干,撸起袖子干!

Commit c809aea6 by sdepold

reverted spec config

1 parent 05068524
Showing with 4 additions and 3 deletions
module.exports = {
username: "meg",
password: "meg",
database: 'test',
username: "root",
password: null,
database: 'sequelize_test',
host: '127.0.0.1',
rand: function() {
return parseInt(Math.random() * 999)
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!