Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active June 25, 2016 19:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Example of a config.json with a 404 page specified
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "1999.bullmancuso.io:1999",
"where": {
"flUseLocalFilesystem": true,
"publicPath": "publicFiles/",
"privatePath": "privateFiles/"
},
"url404page": "http://1999.io/error.html",
"twitterConsumerKey": "anm3unkb1mof7isav0bkxigby",
"twitterConsumerSecret": "niliunipnv4xpbhjpe4cedf7dby79hnrokfxhnkij2zpzyjero"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment