mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Fix django base url to match dg sandbox (#3793)
Change to match dg sandbox
This commit is contained in:
parent
ff32542b3d
commit
e2dbfb5790
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ applications:
|
|||
# Tell Django where to find its configuration
|
||||
DJANGO_SETTINGS_MODULE: registrar.config.settings
|
||||
# Tell Django where it is being hosted
|
||||
DJANGO_BASE_URL: https://getgov-ms.app.cloud.gov
|
||||
DJANGO_BASE_URL: https://getgov-dg.app.cloud.gov
|
||||
# Tell Django how much stuff to log
|
||||
DJANGO_LOG_LEVEL: DEBUG
|
||||
# tell django what log format to use: console or json. See settings.py for more details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue