Created
January 5, 2014 03:32
-
-
Save freekrai/8263944 to your computer and use it in GitHub Desktop.
config.ini for live blogging with twilio and simperium demo @ http://rogerstringer.com/2014/01/05/live-blogging-twilio-simperium
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
| ; site info | |
| site.name = My Live Blog | |
| site.url = http://mysiteurl/ | |
| ; rendering vars | |
| views.root = views | |
| views.layout = layout | |
| ; session vars | |
| cookies.secret = IeNj0yt0sQu33zeflUFfym0nk1e | |
| cookies.flash = _F | |
| ; twilio vars | |
| twilio.accountsid = MY TWILIO ACCOUNT SID | |
| twilio.authtoken = MY TWILIO AUTH TOKEN | |
| twilio.fromNumber = MY TWILIO FROM NUMBER | |
| ; simperium stuff | |
| simperium.appname = MY SIMPERIUM APP NAME | |
| simperium.apikey = MY SIMPERIUM API KEY | |
| simperium.token = MY SIMPERIUM TOKEN | |
| simperium.bucket = twilio-liveblog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment