More consistent host naming.
[TownSquare.git] / test.ini
blobe32826da193b31fe69200042ca63d670b77bdcc2
2 # townsquare - Pylons testing environment configuration
4 # The %(here)s variable will be replaced with the parent directory of this file
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
13 [server:main]
14 use = egg:Paste#http
15 host = 127.0.0.1
16 port = 5000
18 [app:main]
19 use = config:development.ini
21 # Add additional test specific configuration options as necessary.