1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-03-09 23:38:54 +00:00

Enable seeding in development mode.

This commit is contained in:
Mumshad Mannambeth 2017-07-08 20:33:25 -04:00
parent c127332aaf
commit 40f856e03d

View file

@ -11,6 +11,6 @@ module.exports = {
},
// Seed database on startup
seedDB: false
seedDB: true
};