diff options
-rw-r--r-- | pnfsimulator/src/main/resources/application.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pnfsimulator/src/main/resources/application.properties b/pnfsimulator/src/main/resources/application.properties index e2c7639..07a28dc 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/client.p12 |