aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pnfsimulator/src/main/resources/application.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/pnfsimulator/src/main/resources/application.properties b/pnfsimulator/src/main/resources/application.properties
index 263302b..5c573b3 100644
--- a/pnfsimulator/src/main/resources/application.properties
+++ b/pnfsimulator/src/main/resources/application.properties
@@ -8,8 +8,7 @@ spring.data.mongodb.database=pnf_simulator
management.endpoints.enabled-by-default=true
management.endpoint.configprops.enabled=true
management.endpoints.web.base-path=/
-management.server.port=5001
-management.endpoints.web.exposure.include=refresh
+management.endpoints.web.exposure.include=refresh,health
ssl.clientCertificateEnabled=true
ssl.clientCertificateDir=/app/store/cert.p12