Skip to content

Instantly share code, notes, and snippets.

@scripting
Created July 8, 2016 19:51
Show Gist options
  • Save scripting/cd1507da0ce6de092384096bc720786d to your computer and use it in GitHub Desktop.
Save scripting/cd1507da0ce6de092384096bc720786d to your computer and use it in GitHub Desktop.
config.json file for my.1999.io (minus some special purpose stuff)
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "my.1999.io",
"where": {
"flUseLocalFilesystem": true,
"publicPath": "publicFiles/",
"privatePath": "privateFiles/"
},
"url404page": "http://1999.io/error.html",
"twitterConsumerKey": "xxx",
"twitterConsumerSecret": "xxx"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment