Created
February 15, 2014 22:37
-
-
Save taylor-smith/9026156 to your computer and use it in GitHub Desktop.
write to disk in sails.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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