|
@@ -42,7 +42,7 @@ ninja.migration.run=false
|
|
|
## for testing
|
|
|
%test.ninja.jpa.persistence_unit_name = h2
|
|
|
# in memory database for testing...
|
|
|
-%test.db.connection.url=jdbc:h2:mem:
|
|
|
+%test.db.connection.url=jdbc:h2:mem:test_db
|
|
|
%test.db.connection.username=ra
|
|
|
%test.db.connection.password=
|
|
|
|