PageRenderTime 53ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/rails_generators/short_message_service/templates/short_message.yml

https://github.com/jnstq/acts_as_sms
YAML | 18 lines | 15 code | 2 blank | 1 comment | 0 complexity | da1c9717dc22745c4b89f1e46680ee08 MD5 | raw file
  1. # Username and password for Cellsynt SMS gateway HTTP interface
  2. development:
  3. username: user
  4. password: secret
  5. sms_url: http://sms.gateway.com/sms.php
  6. psms_url: http://sms.gateway.com/sendsms.php
  7. test:
  8. username: user
  9. password: secret
  10. sms_url: http://sms.gateway.com/sms.php
  11. psms_url: http://sms.gateway.com/sendsms.php
  12. production:
  13. username: user
  14. password: secret
  15. sms_url: http://sms.gateway.com/sms.php
  16. psms_url: http://sms.gateway.com/sendsms.php