From 69d3267b0d829721efb3cbb21a818ccd8557bf9c Mon Sep 17 00:00:00 2001 From: Chris Banks Date: Thu, 27 Oct 2022 15:15:03 +0100 Subject: [PATCH] Remove no-longer-needed PLEK_SERVICE_SEARCH_API_URI. Now that we have `PLEK_UNPREFIXABLE_HOSTS=search-api` and `search-api` is referred to everywhere by that name, we no longer need to override this address for this backend. See https://github.com/alphagov/gds-api-adapters/pull/1170. --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fbc960f7..d1d20831 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,6 @@ x-govuk-app-env: &govuk-app GOVUK_PROMETHEUS_EXPORTER: "false" JWT_AUTH_SECRET: fakejwtsecret LOG_PATH: log/live.log - PLEK_SERVICE_SEARCH_API_URI: http://search-api.dev.gov.uk PLEK_UNPREFIXABLE_HOSTS: search-api RAILS_ENV: production RAILS_SERVE_STATIC_FILES: "true"