Skip to content

Commit

Permalink
Revert "Add fallback for CORE_CONNECTOR_WHITELIST"
Browse files Browse the repository at this point in the history
This reverts commit e1d822d.
  • Loading branch information
thenno committed Oct 17, 2023
1 parent 1f54793 commit 6bcf696
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ class RQESettings:
"CORE_CONNECTOR_WHITELIST",
env_var_converter=lambda s: list(split_by_comma(s)),
missing=None,
fallback_cfg_key="CORE_CONNECTOR_WHITELIST",
)
RQE_SECRET_KEY: Optional[str] = s_attrib("RQE_SECRET_KEY", missing=None, sensitive=True) # type: ignore

0 comments on commit 6bcf696

Please sign in to comment.