add feature.BITTORRENT and jwk set URI
This commit is contained in:
parent
f774442a84
commit
087c6828ad
4 changed files with 53 additions and 29 deletions
|
@ -275,7 +275,7 @@ class DefaultConfig(object):
|
|||
}
|
||||
|
||||
# Torrent management flags
|
||||
FEATURE_BITTORRENT = True
|
||||
TORRENT_PIECE_SIZE = 512 * 1024
|
||||
TORRENT_ANNOUNCE_URL = 'https://localhost:6881/announce'
|
||||
TORRENT_NAMING_SALT = '3ae93fef-c30a-427e-9ba0-eea0fd710419'
|
||||
|
||||
|
|
Reference in a new issue