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