File: /var/dev/nowruzgan/rest/config/models.js
/**
* Default model settings
* (sails.config.models)
*
* Your default, project-wide model settings. Can also be overridden on a
* per-model basis by setting a top-level properties in the model definition.
*
* For details about all available model settings, see:
* https://sailsjs.com/config/models
*
* For more general background on Sails model settings, and how to configure
* them on a project-wide or per-model basis, see:
* https://sailsjs.com/docs/concepts/models-and-orm/model-settings
*/
module.exports.models = {
migrate: 'safe',
datastore: 'mysql',
attributes: {
},
dataEncryptionKeys: {
default: 'vMRAwy+0YR5QsHRB6tlO4pf2K81XRZ/FaYekU4mBBuA='
},
cascadeOnDestroy: true
};