diff --git a/ops/manifests/manifest-staging.yaml b/ops/manifests/manifest-staging.yaml index 4e92cbcc5..ceb60c7b6 100644 --- a/ops/manifests/manifest-staging.yaml +++ b/ops/manifests/manifest-staging.yaml @@ -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 \ No newline at end of file + - getgov-staging-database diff --git a/ops/manifests/manifest-unstable.yaml b/ops/manifests/manifest-unstable.yaml index 88c475b0a..355f875ff 100644 --- a/ops/manifests/manifest-unstable.yaml +++ b/ops/manifests/manifest-unstable.yaml @@ -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: