diff options
Diffstat (limited to 'conf/dev_settings.py')
-rw-r--r-- | conf/dev_settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dev_settings.py b/conf/dev_settings.py index 1198968..b826822 100644 --- a/conf/dev_settings.py +++ b/conf/dev_settings.py @@ -2,6 +2,7 @@ import os from settings import INSTALLED_APPS, LOGGING, MIDDLEWARE_CLASSES, SITE_ROOT +AUTH_LDAP_SERVER_URI = 'ldap://taifun.local.sublab.org' DEBUG = True TEMPLATE_DEBUG = DEBUG |