summaryrefslogtreecommitdiff
path: root/ansible/roles/settings/templates/local_settings.tmpl.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/settings/templates/local_settings.tmpl.py')
-rw-r--r--ansible/roles/settings/templates/local_settings.tmpl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/roles/settings/templates/local_settings.tmpl.py b/ansible/roles/settings/templates/local_settings.tmpl.py
index dc6d417..defe3ea 100644
--- a/ansible/roles/settings/templates/local_settings.tmpl.py
+++ b/ansible/roles/settings/templates/local_settings.tmpl.py
@@ -29,7 +29,6 @@ PATCHWORK_GIT_REPOS_DIR = '{{ patchwork_repos_path }}'
CROWD_GROUPS_WHITELIST = os.path.join(
ROOT_DIR, 'lib', '{{ whitelist_groups_file }}')
-CROWD_USERS_DB_FILE = os.path.join('{{ crowd_cache_path }}', 'crowd_users.db')
AUTH_CROWD_APPLICATION_USER = '{{ crowd_app_name }}'
AUTH_CROWD_APPLICATION_PASSWORD = '{{ crowd_app_password }}'