mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Fix broken test with env default
This commit is contained in:
parent
125877c4af
commit
efe418bf2e
1 changed files with 1 additions and 2 deletions
|
@ -62,8 +62,7 @@ secret_registry_key = b64decode(secret("REGISTRY_KEY", ""))
|
|||
secret_registry_key_passphrase = secret("REGISTRY_KEY_PASSPHRASE", "")
|
||||
secret_registry_hostname = secret("REGISTRY_HOSTNAME")
|
||||
|
||||
# this needs to exist or a warning will be generated
|
||||
secret_getgov_public_site_url = secret("GETGOV_PUBLIC_SITE_URL")
|
||||
secret_getgov_public_site_url = secret("GETGOV_PUBLIC_SITE_URL", "")
|
||||
|
||||
# region: Basic Django Config-----------------------------------------------###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue