We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87396eb commit c75102aCopy full SHA for c75102a
startup.sh
@@ -6,7 +6,6 @@ function set_env() {
6
export GOVUK_APP_DOMAIN=www.$1
7
export GOVUK_WEBSITE_ROOT=https://www.$1
8
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}
10
export PLEK_SERVICE_SEARCH_API_URI=${PLEK_SERVICE_SEARCH_API_URI-https://www.$1/api}
11
}
12
0 commit comments