Skip to content

Commit

Permalink
Revert "Revert "Add fallback for CORE_CONNECTOR_WHITELIST""
Browse files Browse the repository at this point in the history
This reverts commit 6bcf696.
  • Loading branch information
thenno committed Oct 17, 2023
1 parent 6bcf696 commit 16b23db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ 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 16b23db

Please sign in to comment.