We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5587f5a commit c00bd31Copy full SHA for c00bd31
selenium/bin/components/fakeproxy
@@ -50,7 +50,7 @@ start_fakeproxy() {
50
--env CLIENT_ID="${CLIENT_ID}" \
51
--env CLIENT_SECRET="${CLIENT_SECRET}" \
52
--env NODE_EXTRA_CA_CERTS=/etc/uaa/ca_uaa_certificate.pem \
53
- -v ${TEST_CONFIG_PATH}:/etc/uaa \
+ -v ${TEST_CONFIG_PATH}/uaa:/etc/uaa \
54
-v ${FAKEPROXY_DIR}:/code/fakeportal \
55
mocha-test:${mocha_test_tag} run fakeproxy
56
selenium/test/oauth/env.docker.fakeproxy
@@ -1,4 +1,4 @@
1
export FAKEPROXY_URL=http://fakeproxy:9090
2
-export UAA_URL_FOR_FAKEPROXY=http://uaa:8080
+export UAA_URL_FOR_FAKEPROXY=https://uaa:8443
3
export RABBITMQ_HOST_FOR_FAKEPROXY=${RABBITMQ_HOST}
4
export PUBLIC_RABBITMQ_HOST=fakeproxy:9090
0 commit comments