Last active
August 29, 2015 14:26
-
-
Save scripting/c1a595a04e92693bceba to your computer and use it in GitHub Desktop.
A config.json for nodeStorage that specifies that files are stored in the local filesystem, not S3.
This file contains hidden or 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
{ | |
"enabled": true, | |
"myPort": 1229, | |
"myDomain": "storage.bloatware.org:1229", | |
"where": { | |
"flUseLocalFilesystem": true, | |
"publicPath": "mypublicfiles/", | |
"privatePath": "myprivatefiles/" | |
}, | |
"basePublicUrl": "http://storage.bloatware.org:1229", | |
"twitterConsumerKey": "xf8hjs8pkcduzglfafcakiobi", | |
"twitterConsumerSecret": "pmodeicqa2vqihvrxnzeiuczk7ismi6doaeacqmphcmx6proxp" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this blog post for an explanation.
http://nodestorage.smallpict.com/2015/07/29/nodestorageInTheFilesystem.html