Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created September 10, 2012 03:30
Show Gist options
  • Select an option

  • Save collinvandyck/3688679 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/3688679 to your computer and use it in GitHub Desktop.
database:
driverClass: org.postgresql.Driver
user: postgres
password: postgres
url: jdbc:postgresql://localhost/authdb
properties:
charSet: UTF-8
maxWaitForConnection: 1s
validationQuery: "/* MyService Health Check */ SELECT 1"
minSize: 8
maxSize: 32
checkConnectionWhileIdle: false
checkConnectionHealthWhenIdleFor: 10s
closeConnectionIfIdleFor: 1 minute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment