/test.ini

https://bitbucket.org/bbangert/kai/ · INI · 21 lines · 10 code · 3 blank · 8 comment · 0 complexity · d5970b670869032697b082e687553899 MD5 · raw file

  1. #
  2. # kai - Pylons testing environment configuration
  3. #
  4. # The %(here)s variable will be replaced with the parent directory of this file
  5. #
  6. [DEFAULT]
  7. debug = true
  8. # Uncomment and replace with the address which should receive any error reports
  9. #email_to = you@yourdomain.com
  10. smtp_server = localhost
  11. error_email_from = paste@localhost
  12. [server:main]
  13. use = egg:Paste#http
  14. host = 0.0.0.0
  15. port = 5000
  16. [app:main]
  17. use = config:development.ini
  18. # Add additional test specific configuration options as necessary.