Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active August 29, 2015 14:26
Show Gist options
  • Save scripting/c1a595a04e92693bceba to your computer and use it in GitHub Desktop.
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.
{
"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"
}
@scripting
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment