Skip to content

Instantly share code, notes, and snippets.

@dougiebuckets
Created October 4, 2012 15:08
Show Gist options
  • Save dougiebuckets/3834227 to your computer and use it in GitHub Desktop.
Save dougiebuckets/3834227 to your computer and use it in GitHub Desktop.
Rails initializer with TelAPI credentials
Telapi.config do |config|
config.account_sid = 'ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
config.auth_token = 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment