mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 13:59:27 +08:00
16 lines
243 B
JavaScript
16 lines
243 B
JavaScript
var Model = require('../../model');
|
|
|
|
module.exports = Model.spawn({
|
|
|
|
collection: 'settings',
|
|
plugin: 'settings',
|
|
|
|
description: {
|
|
name: {type: 'string'},
|
|
type: 'string',
|
|
description: 'object'
|
|
},
|
|
|
|
strict: false
|
|
|
|
}); |