Skip to content

Instantly share code, notes, and snippets.

@scripting
Created September 28, 2016 13:49
Show Gist options
  • Save scripting/a60b16e36edf01de43b8d8e74aa4d87e to your computer and use it in GitHub Desktop.
Save scripting/a60b16e36edf01de43b8d8e74aa4d87e to your computer and use it in GitHub Desktop.
A config.json file for nodeStorage that stores the files on an external hard disk called Broadway in s folder named 1999
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "1999.bigbloat.io:1999",
"where": {
"flUseLocalFilesystem": true,
"publicPath": "/Volumes/Broadway/1999/",
"privatePath": "privateFiles/"
},
"twitterConsumerKey": "anm3unkb1mof7isav0bkxigby",
"twitterConsumerSecret": "niliunipnv4xpbhjpe4cedf7dby79hnrokfxhnkij2zpzyjero"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment