1
0
Fork 0

Fix code style

This commit is contained in:
Alex Kotov 2024-01-10 05:01:43 +04:00
parent c2d80f265e
commit 32c456fded
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 1 deletions

View File

@ -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},