# Test Database Connection Properties
DB_DRIVER=org.h2.Driver
DB_URL=jdbc:h2:mem:test_db;DB_CLOSE_DELAY=-1
DB_DIALECT=org.hibernate.dialect.H2Dialect