Skip to content

Commit 1cb13db

Browse files
committed
Enable mirroring in anvildev and anvilbox (#7214)
1 parent c7c3586 commit 1cb13db

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
@@ -170,4 +170,6 @@ def env() -> Mapping[str, Optional[str]]:
170170
'AZUL_DEPLOYMENT_INCARNATION': '2',
171171

172172
'AZUL_GOOGLE_OAUTH2_CLIENT_ID': '561542988117-cpo2avhomdh6t7fetp91js78cdhm9p47.apps.googleusercontent.com',
173+
174+
'AZUL_ENABLE_MIRRORING': '1',
173175
}

deployments/anvildev/environment.py

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

147147
'AZUL_GOOGLE_OAUTH2_CLIENT_ID': '561542988117-3cv4g8ii9enl2000ra6m02r3ne7bgnth.apps.googleusercontent.com',
148148

149+
'AZUL_ENABLE_MIRRORING': '1',
150+
149151
'azul_slack_integration': json.dumps({
150152
'workspace_id': 'T09P9H91S', # ucsc-gi.slack.com
151153
'channel_id': 'C04K4BQET7G' # #team-boardwalk-anvildev

0 commit comments

Comments
 (0)