mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 07:26:34 +02:00
Add public_site_url template tag
This commit is contained in:
parent
c3f1fcba27
commit
400232a10f
7 changed files with 32 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue