system.properties revision 284c3c775bdd1d0ec4388ba5c4bf0765c68dfe3f
486N/Ajava.util.logging.config.file=conf/logging.properties
486N/A
486N/Aorg.forgerock.openidm.server.debug.enable=true
486N/A# Example bootstrap setting to set on command line or in this file
486N/A
486N/A# To disable the JSON file monitoring you need to uncomment this line
486N/A# openidm.fileinstall.enabled=false
486N/A
486N/A# To disable the persisted configuration store set the
486N/A# openidm.config.repo.enabled=false
486N/A# this will store the configurations only in memory.
486N/A#
486N/A# OrientDB Example
486N/A# openidm.repo.type=orientdb
486N/A#
486N/A# OrientDB Repository Example Configuration
486N/A# openidm.repo.dburl=
486N/A# openidm.repo.user=
486N/A# openidm.repo.password=
873N/A
486N/A# JDBC Example
486N/A#
486N/A# openidm.repo.type=jdbc
486N/A# JDBC Repository Example Configuration
486N/A# openidm.repo.dbType=MYSQL
4362N/A# openidm.repo.jndiName=
5306N/A# openidm.repo.dbDriver=com.mysql.jdbc.Driver
486N/A# openidm.repo.dbUrl=jdbc:mysql://localhost:3306/openidm
486N/A# openidm.repo.user=root
619N/A# openidm.repo.password=
619N/A# openidm.repo.dbSchema=openidm
619N/A
619N/A# Disable the check for Quartz updates
619N/Aorg.quartz.scheduler.skipUpdateCheck = true
3488N/A