aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'pnfsimulator/src/main/resources/application.properties')
-rw-r--r--pnfsimulator/src/main/resources/application.properties11
1 files changed, 5 insertions, 6 deletions
diff --git a/pnfsimulator/src/main/resources/application.properties b/pnfsimulator/src/main/resources/application.properties
index e2c7639..5c573b3 100644
--- a/pnfsimulator/src/main/resources/application.properties
+++ b/pnfsimulator/src/main/resources/application.properties
@@ -8,11 +8,10 @@ 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
-ssl.clientCertificatePassword=collector
-ssl.trustStoreDir=/app/store/trustStore
-ssl.trustStorePassword=collector
+ssl.clientCertificateDir=/app/store/cert.p12
+ssl.clientCertificatePassword=${CLIENT_CERT_PASS}
+ssl.trustStoreDir=/app/store/trust.jks
+ssl.trustStorePassword=${TRUST_CERT_PASS}