| .. | .. |
|---|
| 11 | 11 | |
|---|
| 12 | 12 | <properties> |
|---|
| 13 | 13 | <property name="javax.persistence.jdbc.driver" value="org.h2.Driver" /> |
|---|
| 14 | | - <property name="javax.persistence.jdbc.url" value="jdbc:h2:/tmp/.CurisIntegrity/db/curissecuris" /> |
|---|
| 14 | +<!-- <property name="javax.persistence.jdbc.url" value="jdbc:h2:~/.SeCuris/db/securis" /> --> |
|---|
| 15 | 15 | <property name="javax.persistence.jdbc.user" value="curis" /> |
|---|
| 16 | 16 | <property name="javax.persistence.jdbc.password" value="53curi5" /> |
|---|
| 17 | 17 | <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect" /> |
|---|