Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active September 17, 2016 13:28
Show Gist options
  • Save scripting/9e944c85d43c3e8ce1984709ef9d7bea to your computer and use it in GitHub Desktop.
Save scripting/9e944c85d43c3e8ce1984709ef9d7bea to your computer and use it in GitHub Desktop.
Example config.json for the urlHomePageIntroText feature in 1999.io.
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "1999.bigbloat.io:1999",
"where": {
"flUseLocalFilesystem": true,
"publicPath": "publicFiles/",
"privatePath": "privateFiles/"
},
"homePage": {
"productnameForDisplay": "BloatWare Blog",
"urlPageTemplate": "/data/mytemplate.html",
"urlHomePageIntroText": "http://fargo.io/code/storage/homepageintrotext.html"
},
"twitterConsumerKey": "anm3unkb1mof7isav0bkxigby",
"twitterConsumerSecret": "niliunipnv4xpbhjpe4cedf7dby79hnrokfxhnkij2zpzyjero"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment