Last active
August 11, 2016 22:37
-
-
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.
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
{ | |
"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