Skip to content

Commit

Permalink
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 243aa21 commit cfe3427
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/anvilprod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,4 +1016,6 @@ def env() -> Mapping[str, Optional[str]]:
'workspace_id': 'T09P9H91S', # ucsc-gi.slack.com
'channel_id': 'C04TKUL49FA' # #team-boardwalk-anvilprod
}),

'AZUL_ENABLE_VERBATIM_RELATIONS_EXPORT': '0',
}
2 changes: 2 additions & 0 deletions deployments/hammerbox/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,4 +1034,6 @@ def env() -> Mapping[str, Optional[str]]:
'AZUL_DEPLOYMENT_INCARNATION': '0',

'AZUL_GOOGLE_OAUTH2_CLIENT_ID': '1055427471534-ienqfvg4fl2n7agcumn63b12npsjorlr.apps.googleusercontent.com',

'AZUL_ENABLE_VERBATIM_RELATIONS_EXPORT': '0',
}
2 changes: 2 additions & 0 deletions deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1480,4 +1480,6 @@ def env() -> Mapping[str, Optional[str]]:
# number of daily downloads per region.
#
# 'azul_waf_download_rate_limit': '59/[email protected]'

'AZUL_ENABLE_VERBATIM_RELATIONS_EXPORT': '0',
}

0 comments on commit cfe3427

Please sign in to comment.