Subversion Repositories SmartDukaan

Rev

Rev 290 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 290 Rev 1336
Line 8... Line 8...
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 = 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 = ashish.singh@shop2020.in
14
smtp_server = localhost
14
smtp_server = localhost
15
error_email_from = paste@localhost
15
error_email_from = paste@localhost
16
 
16
 
17
[server:main]
17
[server:main]
18
use = egg:Paste#http
18
use = egg:Paste#http
19
host = 127.0.0.1 
19
host = 0.0.0.0
20
port = 8081
20
port = 8081
21
 
21
 
22
[app:main]
22
[app:main]
23
use = egg:Wiki-20
23
use = egg:Wiki-20
24
full_stack = true
24
full_stack = true