Switch to unified view

a/pyforge/demo.ini b/pyforge/demo.ini
...
...
6
# This file is for deployment specific config options -- other configuration
6
# This file is for deployment specific config options -- other configuration
7
# that is always required for the app is done in the config directory, 
7
# that is always required for the app is done in the config directory, 
8
# and generally should not be modified by end users. 
8
# and generally should not be modified by end users. 
9
9
10
[DEFAULT]
10
[DEFAULT]
11
debug = true
11
debug = false
12
# Uncomment and replace with the address which should receive any error reports
12
# Uncomment and replace with the address which should receive any error reports
13
#email_to = you@yourdomain.com
13
#email_to = you@yourdomain.com
14
smtp_server = localhost
14
smtp_server = localhost
15
smtp_port = 50088
15
smtp_port = 50088
16
error_email_from = paste@localhost
16
error_email_from = paste@localhost