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

Commit 12aa92ec by sdepold

default values for spec config

1 parent 1394e668
Showing with 3 additions and 3 deletions
module.exports = {
username: 'meg', //"root",
password: 'meg', //null,
database: 'test', //'sequelize_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!