Skip to content

Commit 3631b08

Browse files
committed
Enable mirroring in anvildev and anvilbox (#7214)
1 parent fd02e32 commit 3631b08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deployments/anvilbox/environment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,6 @@ def env() -> Mapping[str, str | None]:
178178
'AZUL_DEPLOYMENT_INCARNATION': '2',
179179

180180
'AZUL_GOOGLE_OAUTH2_CLIENT_ID': '561542988117-cpo2avhomdh6t7fetp91js78cdhm9p47.apps.googleusercontent.com',
181+
182+
'AZUL_ENABLE_MIRRORING': '1',
181183
}

deployments/anvildev/environment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ def env() -> Mapping[str, str | None]:
155155

156156
'AZUL_GOOGLE_OAUTH2_CLIENT_ID': '561542988117-3cv4g8ii9enl2000ra6m02r3ne7bgnth.apps.googleusercontent.com',
157157

158+
'AZUL_ENABLE_MIRRORING': '1',
159+
158160
'azul_slack_integration': json.dumps({
159161
'workspace_id': 'T09P9H91S', # ucsc-gi.slack.com
160162
'channel_id': 'C04K4BQET7G' # #team-boardwalk-anvildev

0 commit comments

Comments
 (0)