diff --git a/startup.sh b/startup.sh index c87d4fb04..d62ba588e 100755 --- a/startup.sh +++ b/startup.sh @@ -5,8 +5,8 @@ bundle install if [[ $1 == "--live" ]] ; then GOVUK_APP_DOMAIN=www.gov.uk \ GOVUK_WEBSITE_ROOT=https://www.gov.uk \ - PLEK_SERVICE_CONTENT_STORE_URI=https://www.gov.uk/api \ - PLEK_SERVICE_STATIC_URI=assets.publishing.service.gov.uk \ + PLEK_SERVICE_CONTENT_STORE_URI=${PLEK_SERVICE_CONTENT_STORE_URI-https://www.gov.uk/api} \ + PLEK_SERVICE_STATIC_URI=${PLEK_SERVICE_STATIC_URI-assets.publishing.service.gov.uk} \ bundle exec rails s -p 3090 else bundle exec rails s -p 3090