From 046b8de9d3febfd201f5c5e64295a2cc30c19a04 Mon Sep 17 00:00:00 2001 From: Jon Kirwan <87758239+jon-kirwan@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:30:59 +0000 Subject: [PATCH] Update startup.sh --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 364082665..888a83674 100755 --- a/startup.sh +++ b/startup.sh @@ -7,7 +7,7 @@ if [[ $1 == "--live" ]] ; then GOVUK_WEBSITE_ROOT=https://www.gov.uk \ GOVUK_PROXY_STATIC_ENABLED=true \ PLEK_SERVICE_CONTENT_STORE_URI=${PLEK_SERVICE_CONTENT_STORE_URI-https://www.gov.uk/api} \ - PLEK_SERVICE_STATIC_URI=${PLEK_SERVICE_STATIC_URI-https://assets.publishing.service.gov.uk} \ + PLEK_SERVICE_STATIC_URI=${PLEK_SERVICE_STATIC_URI-http://static.dev.gov.uk} \ PLEK_SERVICE_SEARCH_API_URI=${PLEK_SERVICE_SEARCH_API_URI-https://www.gov.uk/api} \ bundle exec rails s -p 3070 else