Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active August 14, 2016 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/677c6608119b57ab39ca3d6e0a40468b to your computer and use it in GitHub Desktop.
Save scripting/677c6608119b57ab39ca3d6e0a40468b to your computer and use it in GitHub Desktop.
A config.json for 1999.io server that specifies an Editors menu with one item in it.
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "1999.bigbloat.io:1999",
"where": {
"flUseLocalFilesystem": true,
"publicPath": "publicFiles/",
"privatePath": "privateFiles/"
},
"homePage": {
"productnameForDisplay": "BloatWare Blog",
"urlPageTemplate": "/data/mytemplate.html",
"googleAnalyticsAccount": "UA-89591690-A"
},
"editors": {
"html": {
"name": "HTML source edit",
"url": "http://1999.io/editors/htmleditor.html"
}
},
"twitterConsumerKey": "anm3unkb1mof7isav0bkxigby",
"twitterConsumerSecret": "niliunipnv4xpbhjpe4cedf7dby79hnrokfxhnkij2zpzyjero"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment