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

/test/config/short_message_sample.yml

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