Last active
September 17, 2016 13:28
-
-
Save scripting/9e944c85d43c3e8ce1984709ef9d7bea to your computer and use it in GitHub Desktop.
Example config.json for the urlHomePageIntroText feature in 1999.io.
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.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