mirror of
https://github.com/corda/corda.git
synced 2024-12-21 13:57:54 +00:00
Fix config tests (remove tx isolation level from config files)
This commit is contained in:
parent
d00dc42b18
commit
f1126226a8
@ -11,7 +11,6 @@ dataSourceProperties = {
|
|||||||
dataSource.password = ""
|
dataSource.password = ""
|
||||||
}
|
}
|
||||||
database = {
|
database = {
|
||||||
transactionIsolationLevel = "REPEATABLE_READ"
|
|
||||||
exportHibernateJMXStatistics = "false"
|
exportHibernateJMXStatistics = "false"
|
||||||
}
|
}
|
||||||
p2pAddress = "localhost:2233"
|
p2pAddress = "localhost:2233"
|
||||||
|
Loading…
Reference in New Issue
Block a user