Skip to content

Instantly share code, notes, and snippets.

@scripting
Created July 8, 2016 19:59
Show Gist options
  • Save scripting/228e217711d8e7a222196523b6a2a1af to your computer and use it in GitHub Desktop.
Save scripting/228e217711d8e7a222196523b6a2a1af to your computer and use it in GitHub Desktop.
config.json for my.1999.io with fewer redactions
{
"myPort": 1999,
"websocketPort": 2000,
"myDomain": "my.1999.io",
"flForceTwitterLogin": true,
"url404page": "http://1999.io/error.html",
"where": {
"flUseLocalFilesystem": true,
"publicPath": "publicFiles/",
"privatePath": "privateFiles/"
},
"homePage": {
"productname": "my1999io",
"productnameForDisplay": "my.1999.io"
},
"plugIns": {
"templateEdit": {
"name": "Template Editor",
"url": "http://1999.io/editors/templateedit2.html"
}
},
"updates": {
"enabled": true,
"fnameStorageJs": "farm.js",
"ctMinutesBetwChecks": 15
},
"domains": {
"trump.1999.io": "/users/slipperydonald",
"lo.1999.io": "/users/littleoutliner",
"blog.1999.io": "/users/1999io"
},
"twitterConsumerKey": "1hxf1tz8j8lwdmqxlodvk95hw",
"twitterConsumerSecret": "eaoquyuod7ttva3osuy4ajrvj7jjq6yc054wuu04d52ohwz1f9"
}
@donhodges
Copy link

Dave, some valid-looking twitter credentials in the example.

@scripting
Copy link
Author

They're not valid credentials.

@dixonge
Copy link

dixonge commented Jul 3, 2017

So far every time I try adding the 'domains' section I get 404. Works ok otherwise, but end users/viewers have to add the port # for the home page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment