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.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/pnfsimulator/src/main/resources/application.properties b/pnfsimulator/src/main/resources/application.properties
new file mode 100644
index 0000000..e2c7639
--- /dev/null
+++ b/pnfsimulator/src/main/resources/application.properties
@@ -0,0 +1,18 @@
+server.port=5000
+templates.dir=/app/templates
+spring.data.mongodb.host=mongo
+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