Fix django base url to match dg sandbox (#3793)

Change to match dg sandbox
This commit is contained in:
lizpearl 2025-05-16 13:14:20 -05:00 committed by GitHub
parent ff32542b3d
commit e2dbfb5790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.