Skip to content

Instantly share code, notes, and snippets.

@freekrai
Created January 5, 2014 03:32
Show Gist options
  • Select an option

  • Save freekrai/8263944 to your computer and use it in GitHub Desktop.

Select an option

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
; 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