From 5ea318ef0dc5e0e54801d5d27aa9d55c168cabb0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 12 Nov 2024 11:45:55 -0600 Subject: Remove unused setting. The BCRYPT_SALT setting is not used anywhere in GN3 or GN2 --- gn3/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3/settings.py') diff --git a/gn3/settings.py b/gn3/settings.py index 48b7b5e..9a3f7eb 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -7,7 +7,6 @@ application settings. import os import tempfile -BCRYPT_SALT = "" DATA_DIR = "" GEMMA_WRAPPER_CMD = os.environ.get("GEMMA_WRAPPER", "gemma-wrapper") CACHEDIR = "" -- cgit 1.4.1