ERXRest.strictMode=true

# Where is tiny_mce located?
er.directtoweb.ERDEditHTML.tinyMceSourceFileName = tiny_mce/tiny_mce.js

# OGNL
ognl.helperFunctions=true
ognl.inlineBindings=true

# Misc
er.extensions.stackTrace.cleanup=true

# EOF
er.extensions.ERXEC.safeLocking=true
er.extensions.ERXEC.useSharedEditingContext=false
er.extensions.ERXEnterpriseObject.applyRestrictingQualifierOnInsert=true
er.extensions.ERXEnterpriseObject.updateInverseRelationships=true

# If you are using a database other than MySQL it is highly recommended that
# you have these settings in your WebObjects.properties or your Application properties
# Note that you *should* include the ones that are empty to stomp over any settings
# in the ERCoreBusinessLogic.eomodeld
dbConnectURLGLOBAL =
dbConnectUserGLOBAL = 
dbConnectDriverGLOBAL =
#dbConnectPasswordGLOBAL = <my database password>
dbConnectPluginGLOBAL =
dbConnectJDBCInfoGLOBAL = 

# FrontBase Connection Dictionary
# To use a different database than FrontBase, add the appropriate plugin to the build path
# and change the default connection dictionary to use the correct prototypes
# and remove the H2 plugin from the build path and comment out the H2 related
# properties below
# dbConnectUserGLOBAL=_system
# dbConnectPasswordGLOBAL=
# dbConnectURLGLOBAL=jdbc:FrontBase://localhost/simpleblog
# er.extensions.ERXSQLHelper$FrontBaseSQLHelper

# H2 Connection Dictionary
dbConnectURLGLOBAL = jdbc:h2:file:~/simpleblogH2db
dbConnectPluginGLOBAL = H2PlugIn

# Migrations
er.migration.migrateAtStartup=true
er.migration.createTablesIfNecessary=true
#er.migration.modelNames=YourModel

# Misc Components
#er.extensions.ERXWOForm.multipleSubmitDefault=true
#er.extensions.ERXWORepetition.checkHashCodes=true
#er.extensions.ERXWORepetition.raiseOnUnmatchedObject=true
#er.extensions.ERXWORepetition.eoSupport=true

er.component.clickToOpen=false
wolips.password=my_password

# ERJavaMail
er.javamail.centralize=true
er.javamail.adminEmail=admin@yourhost.com
er.javamail.debugEnabled=false
er.javamail.smtpHost=your.smtpserver.com
er.javamail.smtpAuth=false
er.javamail.smtpUser=
er.javamail.smtpPassword=

# Log4j Configuration
log4j.loggerFactory=er.extensions.logging.ERXLogger$Factory
log4j.rootCategory=INFO,A1
log4j.appender.A1=er.extensions.logging.ERXConsoleAppender
log4j.appender.A1.layout=er.extensions.logging.ERXPatternLayout
log4j.appender.A1.layout.ConversionPattern=%d{MMM dd HH:mm:ss} %$[%#] %-5p %c %x - %m%n

# Log4j Categories
# Here are a few log4j sub-categories that are interesting.
# Don't forget that in developement mode this file will get reloaded
# everytime it changes, so if you say want to turn adaptor debugging
# on in the middle of the app simply set the below category to debug.
# Very handy.
# Base Category
log4j.logger.er=INFO

# ERExtensions
# Transaction - Switching this to debug will start the sql ouputting.
log4j.logger.er.transaction.adaptor.EOAdaptorDebugEnabled=DEBUG

# Fixes - Turning this on will show all the models that are loaded
log4j.logger.er.extensions.fixes.ERSharedEOLoader=INFO

er.extensions.ERXNSLogLog4jBridge=INFO
#log4j.logger.er.eo.ERXGenericRecord=DEBUG
#log4j.logger.er.validation.ERXEntityClassDescription=DEBUG
#log4j.logger.er.default.ERXEntityClassDescription=DEBUG
log4j.logger.er.extensions.ERXDatabaseContextDelegate=WARN
log4j.logger.er.extensions.ERXConfigurationManager=INFO
#log4j.logger.er.extensions.ERXApplication.RequestHandling=DEBUG

# Localization
er.extensions.ERXLocalizer.defaultLanguage=English
#er.extensions.ERXLocalizer.fileNamesToWatch=("Localizable.strings")
#er.extensions.ERXLocalizer.fileNamesToWatch=("Localizable.strings","ValidationTemplate.strings")
#er.extensions.ERXLocalizer.availableLanguages=(English,French,Spanish)
#er.extensions.ERXLocalizer.frameworkSearchPath=(app,ERDirectToWeb,ERExtensions)

# Project Encoding
er.extensions.ERXApplication.DefaultEncoding=UTF-8

#ERXNavigation

er.extensions.ERXNavigationManager.localizeDisplayKeys=true
er.extensions.ERXNavigationManager.NavigationMenuFileName = NavigationMenu.plist
er.extensions.ERXNavigationManager.includeLabelSpanTag = true