mirror of https://github.com/scrapy/scrapy.git
Update default password
This commit is contained in:
parent
b80e1bb6c5
commit
d35a01a103
|
|
@ -700,7 +700,7 @@ Whether or not to use passive mode when initiating FTP transfers.
|
|||
FTP_PASSWORD
|
||||
------------
|
||||
|
||||
Default: ``"anonymous@example.com"``
|
||||
Default: ``"guest"``
|
||||
|
||||
The password to use for FTP connections when there is no ``"ftp_password"``
|
||||
in ``Request`` meta.
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ FEED_EXPORTERS_BASE = {
|
|||
FILES_STORE_S3_ACL = 'private'
|
||||
|
||||
FTP_USER = 'anonymous'
|
||||
FTP_PASSWORD = 'anonymous@example.com'
|
||||
FTP_PASSWORD = 'guest'
|
||||
FTP_PASSIVE_MODE = True
|
||||
|
||||
HTTPCACHE_ENABLED = False
|
||||
|
|
|
|||
Loading…
Reference in New Issue