diff --git a/startup.sh b/startup.sh index 1ecf0cf52..1af8c08c0 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} \ ./bin/dev else