aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pnfsimulator/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/pnfsimulator/pnfsimulator/src/main/resources/application.properties')
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/src/main/resources/application.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/pnfsimulator/src/main/resources/application.properties b/test/mocks/pnfsimulator/pnfsimulator/src/main/resources/application.properties
index ae21b674c..e2c763944 100644
--- a/test/mocks/pnfsimulator/pnfsimulator/src/main/resources/application.properties
+++ b/test/mocks/pnfsimulator/pnfsimulator/src/main/resources/application.properties
@@ -5,3 +5,14 @@ spring.data.mongodb.port=27017
spring.data.mongodb.username=pnf_simulator_user
spring.data.mongodb.password=zXcVbN123!
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
+
+ssl.clientCertificateEnabled=true
+ssl.clientCertificateDir=/app/store/client.p12
+ssl.clientCertificatePassword=collector
+ssl.trustStoreDir=/app/store/trustStore
+ssl.trustStorePassword=collector