# Configuration for testing # MySQL connection db.url=jdbc:mysql://localhost:3306/etbm3_test db.user=root db.password=admin # drop the database before running tests db.drop-first=true # time out to update message bundle 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