Skip to content

Instantly share code, notes, and snippets.

@mismatch
Created August 10, 2014 06:38
Show Gist options
  • Save mismatch/69112d86b9c4b36db7f7 to your computer and use it in GitHub Desktop.
Save mismatch/69112d86b9c4b36db7f7 to your computer and use it in GitHub Desktop.
appName.dbOne.datasource.driverClassName=org.postgresql.Driver
appName.dbOne.datasource.url=jdbc:postgresql://localhost/dbOne
appName.dbOne.datasource.username=test
appName.dbOne.datasource.password=test
appName.dbTwo.datasource.driverClassName=org.postgresql.Driver
appName.dbTwo.datasource.url=jdbc:postgresql://localhost/dbTwo
appName.dbTwo.datasource.username=test
appName.dbTwo.datasource.password=test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment