summaryrefslogtreecommitdiff
path: root/apps/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.py')
-rw-r--r--apps/settings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.py b/apps/settings.py
index b5e6b66..0f7b24f 100644
--- a/apps/settings.py
+++ b/apps/settings.py
@@ -139,9 +139,6 @@ CROWD_CREDENTIALS_FILE = None
# File with a list of groups that should be created in the DB. If other groups
# are taken out from Crowd, and they are not here, they will be skipped.
CROWD_GROUPS_WHITELIST = None
-# Full path to a DB file.
-# This is used to have a cache of which users exists in the Crowd database.
-CROWD_USERS_DB_FILE = None
# Number of days before checking again if a user exists in the Crowd db.
CROWD_USERS_DB_EXPIRY = 30