Skip to content

Commit

Permalink
fixup! Temporarily disable exporting relations (#6929)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Feb 27, 2025
1 parent c322542 commit 40c5b16
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,11 +615,8 @@ def env() -> Mapping[str, Optional[str]]:
# Typically only enabled on main deployments.
#
'AZUL_ENABLE_MONITORING': '0',

# Enable populating relations in the verbatim PFB export (1 yes, 0 no)
# Note that a given plugin may not support the verbatim PFB manifest
# format, or may not support adding relations if it does, in which case
# this variable has no effect.

# Whether to include relations in manifests of the verbatim PFB format (1 yes, 0 no).
#
'AZUL_ENABLE_VERBATIM_RELATIONS_EXPORT': '1',

Expand Down

0 comments on commit 40c5b16

Please sign in to comment.