Pārlūkot izejas kodu

Update archivebox/config.py

Co-authored-by: dugite-code <[email protected]>
Nick Sweeting 2 gadi atpakaļ
vecāks
revīzija
dca69933eb
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      archivebox/config.py

+ 1 - 0
archivebox/config.py

@@ -105,6 +105,7 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
         'REVERSE_PROXY_WHITELIST':   {'type': str,   'default': ''},
         'LOGOUT_REDIRECT_URL':       {'type': str,   'default': '/'},
         'PREVIEW_ORIGINALS':        {'type': bool,  'default': True},
+        'LOGOUT_REDIRECT_URL':   {'type': str,   'default': '/'},
     },
 
     'ARCHIVE_METHOD_TOGGLES': {