blob: 23a2c28db2ad1d1a3e0804808084e0a031e3bd3e [file]
database.configurationType=jdbc
database.jdbc.driverClass=org.apache.derby.jdbc.ClientDriver
database.jdbc.connectionURL=jdbc:derby://localhost:4224/rollerdb
database.jdbc.username=APP
database.jdbc.password=APP
#see http://wiki.eclipse.org/EclipseLink/Examples/JPA/Logging
#eclipselink.logging.file=target/eclipselink.log
# OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, ALL
#eclipselink.logging.level=FINER
hibernate.dialect=org.hibernate.dialect.DerbyDialect
hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFactory
# turn off transaction manager during JUnit testing (TODO: find way to activate for JUnit tests)
# use plain text passwords in testing
passwds.encryption.enabled=false
# we don't want to start with any folders/bookmarks for testing
newuser.blogroll=
# Starting with one category, minimum needed for adding weblog entries
newuser.categories=General
# put directories in ${build.tests}
themes.dir=${project.build.testOutputDirectory}/themes
search.index.dir=${project.build.testOutputDirectory}/index
uploads.dir=${project.build.testOutputDirectory}/uploadsdir
mediafiles.storage.dir=${project.build.testOutputDirectory}/mediafiles
cache.dir=${project.build.testOutputDirectory}/planet-cache
# don't auto migrate during tests
uploads.migrate.auto=false
# override tasks.enabled so we can add a test task
tasks.enabled=ScheduledEntriesTask,ResetHitCountsTask,PingQueueTask,TestTask
# test task
tasks.TestTask.class=org.apache.roller.weblogger.business.TestTask
tasks.TestTask.startTime=immediate
tasks.TestTask.interval=1800
tasks.TestTask.leaseTime=300