Add public_site_url template tag

This commit is contained in:
Neil Martinsen-Burrell 2023-05-17 13:59:34 -05:00
parent c3f1fcba27
commit 400232a10f
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
7 changed files with 32 additions and 2 deletions

View file

@ -27,6 +27,8 @@ services:
- DJANGO_DEBUG=True
# Tell Django where it is being hosted
- DJANGO_BASE_URL=http://localhost:8080
# Public site URL link
- GETGOV_PUBLIC_SITE_URL="https://beta.get.gov"
# Set a username for accessing the registry
- REGISTRY_CL_ID=nothing
# Set a password for accessing the registry