Skip to content

Commit

Permalink
add missing siteinfo settings (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jul 16, 2024
1 parent 41d469d commit 860475f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions siteinfo/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
'AUTH_LDAP_DOMAIN_PRINTABLE',
'AUTH_LDAP_SERVER_URI',
'AUTH_LDAP_START_TLS',
'AUTH_LDAP_USER_SEARCH_BASE',
'AUTH_LDAP_USERNAME_DOMAIN',
'AUTH_LDAP2_CA_CERT_FILE',
'AUTH_LDAP2_DOMAIN_PRINTABLE',
'AUTH_LDAP2_SERVER_URI',
'AUTH_LDAP2_START_TLS',
'AUTH_LDAP_USER_SEARCH_BASE',
'AUTH_LDAP2_USERNAME_DOMAIN',
'DEBUG',
'EMAIL_BACKEND',
Expand All @@ -40,6 +42,7 @@
'EMAIL_SENDER',
'ENABLE_LDAP',
'ENABLE_LDAP_SECONDARY',
'ENABLE_OIDC',
'ENABLED_BACKEND_PLUGINS',
'ICONIFY_JSON_ROOT',
'INSTALLED_APPS',
Expand Down Expand Up @@ -82,6 +85,9 @@
'SITE_TITLE',
'SITE_SUBTITLE',
'SITE_INSTANCE_TITLE',
'SOCIAL_AUTH_OIDC_OIDC_ENDPOINT',
'SOCIAL_AUTH_OIDC_KEY',
'SOCIAL_AUTH_OIDC_USERNAME_KEY',
'SODAR_API_ALLOWED_VERSIONS',
'SODAR_API_DEFAULT_VERSION',
'SODAR_API_DEFAULT_HOST',
Expand Down

0 comments on commit 860475f

Please sign in to comment.