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

Commit c809aea6 by sdepold

reverted spec config

1 parent 05068524
Showing with 4 additions and 3 deletions
module.exports = { module.exports = {
username: "meg", username: "root",
password: "meg", password: null,
database: 'test', database: 'sequelize_test',
host: '127.0.0.1', host: '127.0.0.1',
rand: function() { rand: function() {
return parseInt(Math.random() * 999) 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!