Created
July 8, 2016 19:51
-
-
Save scripting/cd1507da0ce6de092384096bc720786d to your computer and use it in GitHub Desktop.
config.json file for my.1999.io (minus some special purpose stuff)
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": "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