My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# ChatApp - 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:cogen#http
host = 0.0.0.0
port = 5001
proactor = any
proactor_resolution = 0.01
[app:main]
use = config:development.ini

# Add additional test specific configuration options as necessary.
Show details Hide details

Change log

r588 by ionel.mc on Apr 26, 2009   Diff
Removed trailing spaces. Fixed
inconsistent end of line format.

Merged from amcnabb8's branch.
Go to: 
Project members, sign in to write a code review

Older revisions

r480 by ionel.mc on Sep 12, 2008   Diff
updated some examples
r440 by ionel.mc on Jul 02, 2008   Diff
poor's man fix for a session problem
r428 by ionel.mc on Jun 24, 2008   Diff
some fixes for the sample chat app
All revisions of this file

File info

Size: 567 bytes, 22 lines
Hosted by Google Code