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