Skip to content

Instantly share code, notes, and snippets.

@ishults
Last active December 16, 2015 20:02
Show Gist options
  • Save ishults/1b29c8592d7776e678db to your computer and use it in GitHub Desktop.
Save ishults/1b29c8592d7776e678db to your computer and use it in GitHub Desktop.
environments {
test {
dataSource {
pooled = true
username = "yourUser"
password = "yourPass"
dbCreate = "create"
url = "jdbc:postgresql://localhost:5432/test_db${System.properties.getProperty('test.suffix') ?: ''}"
jndiName = null
}
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment