system.properties revision d2aa757e87ded03e129fa9c6983fb647222fb9f5
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
# 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
# OrientDB Example
# openidm.repo.type=orientdb
#
# OrientDB Repository Example Configuration
# openidm.repo.dburl=local:./db/openidm
# openidm.repo.user=admin
# openidm.repo.password=admin
# JDBC Example
#
# openidm.repo.type=jdbc
# JDBC Repository Example Configuration
# openidm.repo.dbType=MYSQL
# openidm.repo.jndiName=
# openidm.repo.dbDriver=com.mysql.jdbc.Driver
# openidm.repo.dbUrl=jdbc:mysql://localhost:3306/openidm
# openidm.repo.user=root
# openidm.repo.password=
# openidm.repo.dbSchema=openidm
# Disable the check for Quartz updates
org.quartz.scheduler.skipUpdateCheck = true