Switch to unified view
a/pyforge/demo.ini | b/pyforge/demo.ini | ||
---|---|---|---|
... |
... |
||
9 | 9 | ||
10 | [DEFAULT] |
10 | [DEFAULT] |
11 | debug = true |
11 | debug = true |
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 | |||
15 | # OUTGOING SMTP server |
||
16 | smtp_port = 25 |
||
14 | smtp_server = localhost |
17 | smtp_server = localhost |
15 | smtp_port = 50089 |
||
16 | error_email_from = paste@localhost |
18 | error_email_from = paste@localhost |
17 | 19 | ||
18 | [server:main] |
20 | [server:main] |
19 | use = egg:Paste#http |
21 | use = egg:Paste#http |
20 | host = 0.0.0.0 |
22 | host = 0.0.0.0 |