Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active May 30, 2016 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/c6ea81a23ae1291d15be9e968bb178ae to your computer and use it in GitHub Desktop.
Save scripting/c6ea81a23ae1291d15be9e968bb178ae to your computer and use it in GitHub Desktop.
A config.json for nodeStorage that specifies a domains object.
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "1999.bigbloat.io:1999",
"where": {
"flUseLocalFilesystem": true,
"publicPath": "publicFiles/",
"privatePath": "privateFiles/"
},
"domains": {
"trump.1999.io": "/users/slipperydonald",
"blog.1999.io": "/users/1999io"
},
"twitterConsumerKey": "anm3unkb1mof7isav0bkxigby",
"twitterConsumerSecret": "niliunipnv4xpbhjpe4cedf7dby79hnrokfxhnkij2zpzyjero"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment