# Configuration for testing with HSQLDB #HSQLDB db.url=jdbc:hsqldb:file:database/etbmanager;default_schema=true db.user=sa db.password=admin # drop the database before running tests db.drop-first=true msg.cache=2 # e-mail configuration # Testing mail.host=localhost mail.port=3025 mail.from=system@etbmanager.org # Uncomment this line if you're running the test individually from IntelliJ #development=true