Skip to content

Commit 070f433

Browse files
committed
Remove unused setting variable
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent d4d2672 commit 070f433

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vulnerablecode/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434

3535
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS", default=[".localhost", "127.0.0.1", "[::1]"])
3636

37-
VULNERABLECODE_REQUIRE_AUTHENTICATION = env.bool(
38-
"VULNERABLECODE_REQUIRE_AUTHENTICATION", default=False
39-
)
40-
4137
VULNERABLECODE_PASSWORD_MIN_LENGTH = env.int("VULNERABLECODE_PASSWORD_MIN_LENGTH", default=14)
4238

4339
# SECURITY WARNING: do not run with debug turned on in production

0 commit comments

Comments
 (0)