blob: 2be53f55289ec55d5e59664282d76d4b7c28b6f8 [file] [log] [blame]
grails:
plugin:
databasemigration:
changelogFileName: 'changelog-transaction.groovy'
changelogLocation: 'src/integration-test/resources'
updateOnStart: false
second:
updateOnStart: false
---
server:
port: 0
---
dataSource:
pooled: true
jmxExport: true
driverClassName: org.h2.Driver
username: sa
password:
dbCreate: none
url: jdbc:h2:file:./testDb
dataSources:
other:
pooled: true
jmxExport: true
driverClassName: org.h2.Driver
username: sa
password:
dbCreate: none
url: jdbc:h2:file:./otherDb