Get ENTIRE_SEARCH_BASE from env
This commit is contained in:
parent
c0264e5dda
commit
bf3b3b364f
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ AUTH_LDAP_USER_ATTR_MAP = {
|
|||
"email": "mail"
|
||||
}
|
||||
|
||||
ENTIRE_SEARCH_BASE = config("ENTIRE_SEARCH_BASE")
|
||||
|
||||
LOGGING = {
|
||||
'disable_existing_loggers': False,
|
||||
'version': 1,
|
||||
|
|
Loading…
Reference in a new issue