summaryrefslogtreecommitdiffstats
path: root/config/models.js
blob: f70faae3edb59b995ce1c062aa9cfb65c7fbbe57 (plain)
1
2
3
4
module.exports.models = {
  connection: 'mongodb',
  migrate: 'safe',
};