mirror of https://github.com/scrapy/scrapy.git
disabled webconsole by default
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40132
This commit is contained in:
parent
ea9571aaa0
commit
1cbfe46161
|
|
@ -68,8 +68,8 @@ SPIDER_MIDDLEWARES = (
|
|||
# Limit URL length. See: http://www.boutell.com/newfaq/misc/urllength.html
|
||||
URLLENGTH_LIMIT = 2083
|
||||
|
||||
WEBCONSOLE_ENABLED = 1
|
||||
WEBCONSOLE_PORT = 8060 # if not set uses a dynamic port
|
||||
#WEBCONSOLE_ENABLED = 1
|
||||
#WEBCONSOLE_PORT = 8060 # if not set uses a dynamic port
|
||||
|
||||
#TELNETCONSOLE_ENABLED = 1
|
||||
#TELNETCONSOLE_PORT = 2020 # if not set uses a dynamic port
|
||||
|
|
|
|||
Loading…
Reference in New Issue