Skip to content

Instantly share code, notes, and snippets.

@jimklo
Created June 30, 2011 20:40
Show Gist options
  • Save jimklo/1057182 to your computer and use it in GitHub Desktop.
Save jimklo/1057182 to your computer and use it in GitHub Desktop.
#
# SimpleSite - Pylons testing environment configuration
#
# The %(here)s variable will be replaced with the parent directory of this file
#
[DEFAULT]
debug = true
# Uncomment and replace with the address which should receive any error reports
#email_to = you@yourdomain.com
smtp_server = localhost
error_email_from = paste@localhost
[server:main]
# use = egg:Paste#http
# host = 0.0.0.0
# port = 5000
use = egg:Flup#scgi_thread
host = 127.0.0.1
port = 5000
[app:main]
use = config:development.ini
harvest.test_location=http://www.scholaris.pl/cms/index.php/resources/7226.html
harvest.test_id=0b7de4877a3f4d19916bbcf07b1b12f5
harvest.test_signatures=True
gpgbin=/usr/local/bin/gpg
# Add additional test specific configuration options as necessary.
[loggers]
keys = root, routes, lr
[formatter_generic]
datefmt = %H:%M:%S
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] [%(threadName)s] %(message)s
[handler_console]
formatter = generic
args = (sys.stderr,)
class = StreamHandler
level = NOTSET
[handlers]
keys = console
[logger_lr]
handlers =
qualname = lr
level = DEBUG
[formatters]
keys = generic
[logger_root]
handlers = console
level = INFO
[logger_routes]
handlers =
qualname = routes.middleware
level = INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment