Fix config tests (remove tx isolation level from config files)

This commit is contained in:
Christian Sailer 2020-06-12 20:54:36 +01:00
parent d00dc42b18
commit f1126226a8

View File

@ -11,7 +11,6 @@ dataSourceProperties = {
dataSource.password = ""
}
database = {
transactionIsolationLevel = "REPEATABLE_READ"
exportHibernateJMXStatistics = "false"
}
p2pAddress = "localhost:2233"