diff --git a/archivebox/config.py b/archivebox/config.py index 4c5d6310..54c0a97e 100644 --- a/archivebox/config.py +++ b/archivebox/config.py @@ -104,7 +104,6 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = { 'PREVIEW_ORIGINALS': {'type': bool, 'default': True}, 'PREVIEW_MEDIA': {'type': bool, 'default': True}, 'PREVIEW_GIT': {'type': bool, 'default': True}, - 'LOGOUT_REDIRECT_URL': {'type': str, 'default': '/'}, 'LDAP': {'type': bool, 'default': False}, 'LDAP_SERVER_URI': {'type': str, 'default': None},