diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-04-29 14:45:24 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-04-29 14:45:24 +0200 |
commit | 2d526d7d2113a87ce7b6fbd47bca6f1536822da5 (patch) | |
tree | 9bcc11d1ee5dd09b2903ac0032219578278058fb /src | |
parent | 68a1484db6e08374cf2f688209164c68318d96a4 (diff) |
Remove http port by default
Remove the http port opened 8080 by default from the build
Issue-ID: CLAMP-363
Change-Id: I2079d7e07086278afaa69725005ea0bf050c3a00
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index beb0665bd..f59b8ac64 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -70,7 +70,7 @@ server.ssl.client-auth=want server.ssl.trust-store=classpath:/clds/aaf/truststoreONAPall.jks server.ssl.trust-store-password=changeit -server.http-to-https-redirection.port=8080 +#server.http-to-https-redirection.port=8080 server.servlet.context-path=/ #Modified engine-rest applicationpath |