summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/conf/boot/boot.node1.properties12
-rw-r--r--src/main/resources/conf/boot/boot.node2.properties12
2 files changed, 20 insertions, 4 deletions
diff --git a/src/main/resources/conf/boot/boot.node1.properties b/src/main/resources/conf/boot/boot.node1.properties
index aa68708..07ae2f3 100644
--- a/src/main/resources/conf/boot/boot.node1.properties
+++ b/src/main/resources/conf/boot/boot.node1.properties
@@ -2,6 +2,8 @@ openidm.port.http=8080
openidm.port.https=8443
openidm.port.mutualauth=8444
+openidm.auth.clientauthonlyports=8444
+
openidm.https.keystore.cert.alias=openidm-localhost
openidm.keystore.type=JCEKS
@@ -15,7 +17,7 @@ openidm.keystore.password=changeit
openidm.truststore.password=changeit
# Optionally use the crypto bundle to obfuscate the password and set one of these:
-#openidm.keystore.password=OBF:
+#openidm.keystore.password=OBF:
#openidm.keystore.password=CRYPT:
# key in keystore to handle config encryption
@@ -23,6 +25,9 @@ openidm.config.crypto.alias=openidm-sym-default
#openidm.script.javascript.debug=transport=socket,suspend=y,address=9888,trace=true
#openidm.script.javascript.sources=/Eclipse/workspace/External JavaScript Source/
+# key in keystore to handle selfservice sharedkey
+openidm.config.crypto.selfservice.sharedkey.alias=openidm-selfservice-key
+
# policy enforcement enable/disable
openidm.policy.enforcement.enabled=true
@@ -33,4 +38,7 @@ openidm.node.id=node1
openidm.instance.type=clustered-first
# enables the execution of persistent schedulers
-openidm.scheduler.execute.persistent.schedules=true \ No newline at end of file
+openidm.scheduler.execute.persistent.schedules=true
+
+# enables the statistics MBean for BoneCP. Enabling this will have a performance impact on BoneCP.
+openidm.bonecp.statistics.enabled=false
diff --git a/src/main/resources/conf/boot/boot.node2.properties b/src/main/resources/conf/boot/boot.node2.properties
index 0d13409..316f4ea 100644
--- a/src/main/resources/conf/boot/boot.node2.properties
+++ b/src/main/resources/conf/boot/boot.node2.properties
@@ -2,6 +2,8 @@ openidm.port.http=8080
openidm.port.https=8443
openidm.port.mutualauth=8444
+openidm.auth.clientauthonlyports=8444
+
openidm.https.keystore.cert.alias=openidm-localhost
openidm.keystore.type=JCEKS
@@ -15,7 +17,7 @@ openidm.keystore.password=changeit
openidm.truststore.password=changeit
# Optionally use the crypto bundle to obfuscate the password and set one of these:
-#openidm.keystore.password=OBF:
+#openidm.keystore.password=OBF:
#openidm.keystore.password=CRYPT:
# key in keystore to handle config encryption
@@ -23,6 +25,9 @@ openidm.config.crypto.alias=openidm-sym-default
#openidm.script.javascript.debug=transport=socket,suspend=y,address=9888,trace=true
#openidm.script.javascript.sources=/Eclipse/workspace/External JavaScript Source/
+# key in keystore to handle selfservice sharedkey
+openidm.config.crypto.selfservice.sharedkey.alias=openidm-selfservice-key
+
# policy enforcement enable/disable
openidm.policy.enforcement.enabled=true
@@ -33,4 +38,7 @@ openidm.node.id=node2
openidm.instance.type=clustered-additional
# enables the execution of persistent schedulers
-openidm.scheduler.execute.persistent.schedules=false \ No newline at end of file
+openidm.scheduler.execute.persistent.schedules=false
+
+# enables the statistics MBean for BoneCP. Enabling this will have a performance impact on BoneCP.
+openidm.bonecp.statistics.enabled=false