Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active August 11, 2016 22:37
Show Gist options
  • Save scripting/f37ec1650c29da0547766fd1093ee9fd to your computer and use it in GitHub Desktop.
Save scripting/f37ec1650c29da0547766fd1093ee9fd to your computer and use it in GitHub Desktop.
A nodeStorage config.json set up to store public and private data on Amazon S3.
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "1999.bullmancuso.io:1999",
"where": {
"flUseLocalFilesystem": false,
"publicPath": "bullmancuso.io/1999/publicFiles/",
"privatePath": "mancusousers/1999/privateFiles/"
},
"twitterConsumerKey": "anm3unkb1mof7isav0bkxigby",
"twitterConsumerSecret": "niliunipnv4xpbhjpe4cedf7dby79hnrokfxhnkij2zpzyjero"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment