summaryrefslogtreecommitdiff
path: root/apps/settings.py
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2014-11-21 15:23:31 -0600
committerAndy Doan <andy.doan@linaro.org>2014-11-21 17:38:56 -0600
commitc34531c3beaf535c76d805f805cdac0c83e369ad (patch)
treeb7f89c62c93da4282a424c723887a41a52076bed /apps/settings.py
parenta44089f57dc7de35d9ebccc95a54af173c154de3 (diff)
fix broken commit ea20228e346cc2fbbbebcb32a44331c534943cf7
This broke the parsemail.py and update-commited-patches scripts and is preventing us from updating production. Change-Id: I658c43487039f7e4c343c67a08ba8ed37d00d4f0
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