From 70efa49c94d0514670c160835b91cde9da9ce04e Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 19 Dec 2018 17:36:33 +0100 Subject: Add dynamic port Add dynamic port tfor concurrent build, and add more parameters to policyClient Issue-ID: CLAMP-252 Change-Id: I12dcb29eb69943b187f201ba3ca8884d50e62ef8 Signed-off-by: sebdet --- src/test/resources/https/https-test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources') diff --git a/src/test/resources/https/https-test.properties b/src/test/resources/https/https-test.properties index 34b7222e..7614e177 100644 --- a/src/test/resources/https/https-test.properties +++ b/src/test/resources/https/https-test.properties @@ -34,7 +34,7 @@ server.ssl.key-password=testpass ### In order to be user friendly when HTTPS is enabled, ### you can add another HTTP port that will be automatically redirected to HTTPS ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...) -server.http-to-https-redirection.port=10080 +server.http-to-https-redirection.port=${clamp.it.tests.http-redirected} ### HTTP Example: ###-------------- -- cgit 1.2.3-korg