Remove accidental .env inclusion from Prod configuration
This commit is contained in:
parent
5f3836dc73
commit
02aee01d20
@ -223,8 +223,6 @@ class Prod(NonCIBase):
|
|||||||
import ldap
|
import ldap
|
||||||
from django_auth_ldap.config import LDAPGroupQuery, LDAPSearch, PosixGroupType
|
from django_auth_ldap.config import LDAPGroupQuery, LDAPSearch, PosixGroupType
|
||||||
|
|
||||||
DOTENV = BASE_DIR / "settings.dev.env"
|
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|
||||||
# LDAP Authentication
|
# LDAP Authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user