Skip to content

Commit

Permalink
Remove obsolete PLEK_SERVICE_RUMMAGER_URI.
Browse files Browse the repository at this point in the history
There are no references to Plek.find("rummager") so this is no longer
needed.
  • Loading branch information
sengi committed Oct 27, 2022
1 parent 87396eb commit c75102a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ function set_env() {
export GOVUK_APP_DOMAIN=www.$1
export GOVUK_WEBSITE_ROOT=https://www.$1
export PLEK_SERVICE_CONTENT_STORE_URI=${PLEK_SERVICE_CONTENT_STORE_URI-https://test:bla@www.$1/api}
export PLEK_SERVICE_RUMMAGER_URI=${PLEK_SERVICE_RUMMAGER_URI-https://www.$1/api}
export PLEK_SERVICE_SEARCH_API_URI=${PLEK_SERVICE_SEARCH_API_URI-https://www.$1/api}
}

Expand Down

0 comments on commit c75102a

Please sign in to comment.