Remove foolish local bind

This commit is contained in:
Tadgh 2021-04-01 17:32:14 -04:00
parent 383c55e339
commit 961c996ea9
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ public class TestR4Config extends BaseJavaConfigR4 {
};
retVal.setDriver(new org.h2.Driver());
retVal.setUrl("jdbc:h2:file:/home/tadgh/smile/hapi-fhir/testdb_r4.db");
// retVal.setUrl("jdbc:h2:mem:testdb_r4");
retVal.setUrl("jdbc:h2:mem:testdb_r4");
retVal.setMaxWaitMillis(30000);
retVal.setUsername("");
retVal.setPassword("");