Skip to content

Commit c75102a

Browse files
committed
Remove obsolete PLEK_SERVICE_RUMMAGER_URI.
There are no references to Plek.find("rummager") so this is no longer needed.
1 parent 87396eb commit c75102a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

startup.sh

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ function set_env() {
66
export GOVUK_APP_DOMAIN=www.$1
77
export GOVUK_WEBSITE_ROOT=https://www.$1
88
export PLEK_SERVICE_CONTENT_STORE_URI=${PLEK_SERVICE_CONTENT_STORE_URI-https://test:bla@www.$1/api}
9-
export PLEK_SERVICE_RUMMAGER_URI=${PLEK_SERVICE_RUMMAGER_URI-https://www.$1/api}
109
export PLEK_SERVICE_SEARCH_API_URI=${PLEK_SERVICE_SEARCH_API_URI-https://www.$1/api}
1110
}
1211

0 commit comments

Comments
 (0)