Skip to content

Instantly share code, notes, and snippets.

@taylor-smith
Created February 15, 2014 22:37
Show Gist options
  • Save taylor-smith/9026156 to your computer and use it in GitHub Desktop.
Save taylor-smith/9026156 to your computer and use it in GitHub Desktop.
write to disk in sails.js
'default': 'disk',
// Persistent adapter for DEVELOPMENT ONLY
// (data is preserved when the server shuts down)
disk: {
module: 'sails-disk'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment