moving auth_proxy to hooks.py
This commit is contained in:
parent
cc2d0b7e09
commit
cb7430df4e
3 changed files with 28 additions and 18 deletions
|
@ -160,6 +160,8 @@ class Config(object):
|
|||
self.MODULES.append('auth.oauth')
|
||||
if hasattr(self, 'LDAP'):
|
||||
self.MODULES.append('auth.ldap')
|
||||
if hasattr(self, "AUTH_PROXY"):
|
||||
self.MODULES.append('auth.proxy')
|
||||
if in_vagrant():
|
||||
self.USE_X_SENDFILE = False
|
||||
if self.ENV == "DEV":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue