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

Commit 12aa92ec by sdepold

default values for spec config

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