Last active
June 25, 2016 19:12
-
-
Save scripting/11e3df5a975585b166d1b4cb8a5918a9 to your computer and use it in GitHub Desktop.
Example of a config.json with a 404 page specified
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": 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