Remove accidental .env inclusion from Prod configuration
All checks were successful
Ruff / ruff (push) Successful in 36s
Test / test (push) Successful in 4m19s

This commit is contained in:
Adam Goldsmith 2024-05-11 01:03:59 -04:00
parent 5f3836dc73
commit 02aee01d20

View File

@ -223,8 +223,6 @@ class Prod(NonCIBase):
import ldap
from django_auth_ldap.config import LDAPGroupQuery, LDAPSearch, PosixGroupType
DOTENV = BASE_DIR / "settings.dev.env"
DEBUG = False
# LDAP Authentication