Created
October 3, 2013 16:26
-
-
Save freekrai/6812688 to your computer and use it in GitHub Desktop.
config.ini for moustachify yourself demo @ http://rogerstringer.com/2013/10/03/moustachify-twilios-picture-messaging-service-php/
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 Moustache Site | |
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment