Skip to content

Commit

Permalink
Remove default value for AZUL_URL_REDIRECT_BASE_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 08c463e commit c5cb4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def env() -> Mapping[str, Optional[str]]:
# If this variable is empty, no Route 53 record will be created and it
# is assumed that record and containing zone have been created manually.
#
'AZUL_URL_REDIRECT_BASE_DOMAIN_NAME': 'url.singlecell.gi.ucsc.edu',
'AZUL_URL_REDIRECT_BASE_DOMAIN_NAME': None,

# Full domain name to be used in the URL redirection URLs
# This is also used as the name of the S3 bucket used to store URL
Expand Down

0 comments on commit c5cb4f4

Please sign in to comment.