system.properties revision f142fac07cca146388280e986dc47f2776134621
216N/Ajava.util.logging.config.file=conf/logging.properties
216N/A
216N/A# This property allows to access mores service and relax some security setting.
216N/A# Don't use it if you are running in production mode.
216N/Aopenidm.system.debug.enable=true
216N/A
216N/A# Uncomment the following line to enable the Eclipse JSDT Rhino Debugger
216N/A# The debugger won't start if the required Bundle is not deployed
216N/A# openidm.script.rhino.debug=transport=socket,suspend=n,address=9000,trace=true
216N/A
216N/A# Example bootstrap setting to set on command line or in this file
216N/A
216N/A# To disable the JSON file monitoring you need to uncomment this line
216N/A# openidm.fileinstall.enabled=false
216N/A
216N/A# To disable the persisted configuration store set this property to false.
216N/A# This will store the configurations only in memory.
216N/Aopenidm.config.repo.enabled=false
216N/A
216N/A# Quartz Properties file location. Uncomment the following to enable persistance
216N/A# of jobs
216N/A#org.quartz.properties=conf/quartz.properties
216N/A
216N/A# Disable the check for Quartz updates
216N/Aorg.quartz.scheduler.skipUpdateCheck = true
216N/A