Add docker shell mode, and remove some config

This commit is contained in:
Sam Chow 2018-06-12 13:31:26 -04:00
parent 479f4c3fa4
commit 27721a8632
8 changed files with 8 additions and 137 deletions

View file

@ -3,6 +3,8 @@ import logging
from hashlib import sha1
from util.config.validators import BaseValidator, ConfigValidationException
# Temporarily removed because registry.torrent imports from app, add encoded_jwt back once extracted
# TODO(jschorr): extract app from following package and re-enable jwt_from_infohash in validator
# from util.registry.torrent import jwt_from_infohash
logger = logging.getLogger(__name__)