Include schemes in manifest base URLs

This commit is contained in:
Neil Martinsen-Burrell 2022-10-03 15:52:45 -05:00
parent baa375a658
commit 8397b7a177
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 3 additions and 3 deletions

View file

@ -17,11 +17,11 @@ applications:
# Tell Django where to find its configuration
DJANGO_SETTINGS_MODULE: registrar.config.settings
# Tell Django where it is being hosted
DJANGO_BASE_URL: getgov-staging.app.cloud.gov
DJANGO_BASE_URL: https://getgov-staging.app.cloud.gov
# Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO
routes:
- route: getgov-staging.app.cloud.gov
services:
- getgov-credentials
- getgov-staging-database
- getgov-staging-database

View file

@ -17,7 +17,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: getgov-unstable.app.cloud.gov
DJANGO_BASE_URL: https://getgov-unstable.app.cloud.gov
# Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO
routes: