660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordosjava.util.logging.config.file=&{launcher.project.location}/conf/logging.properties
f5908f0beda7b53325a52e5ea2266000bce2fe41Andi Egloff
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.install.location=&{launcher.install.location}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.install.url=&{launcher.install.url}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.working.location=&{launcher.working.location}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.working.url=&{launcher.working.url}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.project.location=&{launcher.project.location}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordoslauncher.project.url=&{launcher.project.url}
98f2f99895b90678253d7e9c81ed0eea655e2d91Laszlo Hordos
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# This property allows to access mores service and relax some security setting.
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# Don't use it if you are running in production mode.
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordosopenidm.system.debug.enable=true
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos
f5908f0beda7b53325a52e5ea2266000bce2fe41Andi Egloff# Example bootstrap setting to set on command line or in this file
00f686b6b03a38f2b30637e5d000dad99e60aee5Laszlo Hordos
b683933fe7e4ad95f531714fe6f3773a2efd2ca9Laszlo Hordos# To disable the JSON file monitoring you need to uncomment this line
b683933fe7e4ad95f531714fe6f3773a2efd2ca9Laszlo Hordos# openidm.fileinstall.enabled=false
27af262c3da03fc33f6f12f0663f0441b92b479fLaszlo Hordos
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# To disable the persisted configuration store set this property to false.
d2aa757e87ded03e129fa9c6983fb647222fb9f5Laszlo Hordos# This will store the configurations only in memory.
ab94915f71903ad4cff84e5fdb2987455bb7ffecChad Kienle# openidm.config.repo.enabled=false
f142fac07cca146388280e986dc47f2776134621Chad Kienle
284c3c775bdd1d0ec4388ba5c4bf0765c68dfe3fAndi Egloff# Disable the check for Quartz updates
79c7c07b049e9ea01a1e5ee443532631f86d4a94Andi Eglofforg.terracotta.quartz.skipUpdateCheck=true
6155227efe341d4fda611b61a3384d9262495f0cAndi Egloff
6155227efe341d4fda611b61a3384d9262495f0cAndi Egloff# Force Jetty to use a logger and not system out
6155227efe341d4fda611b61a3384d9262495f0cAndi Eglofforg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog
20a4e85fbf2f76c43a750edb205ad4082d0591f0Jason Lemay
20a4e85fbf2f76c43a750edb205ad4082d0591f0Jason Lemay# Enables/Disables setting of the transaction id via the transaction id http header.
20a4e85fbf2f76c43a750edb205ad4082d0591f0Jason Lemayorg.forgerock.http.TrustTransactionHeader=false