Merge pull request #157 from cisagov/nmb/fix-base-urls

Include schemes in manifest base URLs
This commit is contained in:
Neil MartinsenBurrell 2022-10-03 16:03:25 -05:00 committed by GitHub
commit c7a0909adb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ applications:
# Tell Django where to find its configuration # Tell Django where to find its configuration
DJANGO_SETTINGS_MODULE: registrar.config.settings DJANGO_SETTINGS_MODULE: registrar.config.settings
# Tell Django where it is being hosted # 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 # Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO DJANGO_LOG_LEVEL: INFO
routes: routes:

View file

@ -17,7 +17,7 @@ applications:
# Tell Django where to find its configuration # Tell Django where to find its configuration
DJANGO_SETTINGS_MODULE: registrar.config.settings DJANGO_SETTINGS_MODULE: registrar.config.settings
# Tell Django where it is being hosted # 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 # Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO DJANGO_LOG_LEVEL: INFO
routes: routes: