system.properties revision 79c7c07b049e9ea01a1e5ee443532631f86d4a94
70N/Ajava.util.logging.config.file=&{launcher.project.location}/conf/logging.properties
70N/A
70N/Alauncher.install.location=&{launcher.install.location}
70N/Alauncher.install.url=&{launcher.install.url}
911N/Alauncher.working.location=&{launcher.working.location}
919N/Alauncher.working.url=&{launcher.working.url}
70N/Alauncher.project.location=&{launcher.project.location}
70N/Alauncher.project.url=&{launcher.project.url}
919N/A
919N/A# This property allows to access mores service and relax some security setting.
919N/A# Don't use it if you are running in production mode.
919N/Aopenidm.system.debug.enable=true
919N/A
919N/A# Uncomment the following line to enable the Eclipse JSDT Rhino Debugger
919N/A# The debugger won't start if the required Bundle is not deployed
919N/A# openidm.script.rhino.debug=transport=socket,suspend=n,address=9000,trace=true
919N/A
919N/A# Example bootstrap setting to set on command line or in this file
919N/A
919N/A# To disable the JSON file monitoring you need to uncomment this line
919N/A# openidm.fileinstall.enabled=false
919N/A
919N/A# To disable the persisted configuration store set this property to false.
919N/A# This will store the configurations only in memory.
919N/A# openidm.config.repo.enabled=false
70N/A
70N/A# Disable the check for Quartz updates
70N/Aorg.terracotta.quartz.skipUpdateCheck=true
70N/A
493N/A# Force Jetty to use a logger and not system out
70N/Aorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog
70N/A