Switch to unified view
a/ForgeDiscussion/test.ini | b/ForgeDiscussion/test.ini | ||
---|---|---|---|
... |
... |
||
3 | # |
3 | # |
4 | # The %(here)s variable will be replaced with the parent directory of this file |
4 | # The %(here)s variable will be replaced with the parent directory of this file |
5 | # |
5 | # |
6 | [DEFAULT] |
6 | [DEFAULT] |
7 | debug = true |
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 | smtp_port = 8826 |
||
12 | error_email_from = paste@localhost |
||
13 | 8 | ||
14 | [server:main] |
9 | [server:main] |
15 | use = egg:Paste#http |
10 | use = egg:Paste#http |
16 | host = 0.0.0.0 |
11 | host = 0.0.0.0 |
17 | port = 5000 |
12 | port = 5000 |