200N/Ajava.util.logging.config.file=&{launcher.project.location}/conf/logging.properties
200N/A
200N/Alauncher.install.location=&{launcher.install.location}
200N/Alauncher.install.url=&{launcher.install.url}
200N/Alauncher.working.location=&{launcher.working.location}
200N/Alauncher.working.url=&{launcher.working.url}
200N/Alauncher.project.location=&{launcher.project.location}
200N/Alauncher.project.url=&{launcher.project.url}
200N/A
200N/A# This property allows to access mores service and relax some security setting.
200N/A# Don't use it if you are running in production mode.
200N/Aopenidm.system.debug.enable=true
200N/A
200N/A# Example bootstrap setting to set on command line or in this file
200N/A
200N/A# To disable the JSON file monitoring you need to uncomment this line
200N/A# openidm.fileinstall.enabled=false
200N/A
200N/A# To disable the persisted configuration store set this property to false.
200N/A# This will store the configurations only in memory.
200N/A# openidm.config.repo.enabled=false
200N/A
2772N/A# Disable the check for Quartz updates
200N/Aorg.terracotta.quartz.skipUpdateCheck=true
200N/A
200N/A# Force Jetty to use a logger and not system out
200N/Aorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog
814N/A
206N/A# Enables/Disables setting of the transaction id via the transaction id http header.
200N/Aorg.forgerock.http.TrustTransactionHeader=false
903N/A