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