Skip to content

Commit

Permalink
Remove default value for AZUL_DOMAIN_NAME (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Aug 9, 2022
1 parent 1354ed6 commit 456f727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deployments/dev/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def env() -> Mapping[str, Optional[str]]:

'AZUL_DEPLOYMENT_STAGE': 'dev',

'AZUL_DOMAIN_NAME': '{AZUL_DEPLOYMENT_STAGE}.singlecell.gi.ucsc.edu',
'AZUL_URL_REDIRECT_BASE_DOMAIN_NAME': 'dev.url.singlecell.gi.ucsc.edu',
'AZUL_URL_REDIRECT_FULL_DOMAIN_NAME': '{AZUL_DEPLOYMENT_STAGE}.{AZUL_URL_REDIRECT_BASE_DOMAIN_NAME}',
'AZUL_DRS_DOMAIN_NAME': 'drs.dev.singlecell.gi.ucsc.edu',
Expand Down
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def env() -> Mapping[str, Optional[str]]:
# created manually prior to running `make deploy`. The value is typically
# not deployment specific. A subdomain will automatically be created for
# each deployment.
'AZUL_DOMAIN_NAME': '{AZUL_DEPLOYMENT_STAGE}.singlecell.gi.ucsc.edu',
'AZUL_DOMAIN_NAME': None,

# An optional list of roles in other AWS accounts that can assume the IAM
# role normally assumed by lambda functions in the active Azul deployment.
Expand Down

0 comments on commit 456f727

Please sign in to comment.