Skip to content

Commit

Permalink
fix: typo on the CANAILLE_LDAP environment var prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 13, 2025
1 parent 729f69e commit 9f3f064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canaille/app/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def settings_factory(config, env_file=None, env_prefix=""):
attributes["CANAILLE_SQL"] = ((SQLSettings | None), None)

if "CANAILLE_LDAP" in config or any(
var.startswith("CANAILLE__LDAP__") for var in os.environ
var.startswith("CANAILLE_LDAP__") for var in os.environ
):
from canaille.backends.ldap.configuration import LDAPSettings

Expand Down

0 comments on commit 9f3f064

Please sign in to comment.