Skip to content

Instantly share code, notes, and snippets.

@codekitchen
Created May 30, 2013 16:08
Show Gist options
  • Save codekitchen/5679095 to your computer and use it in GitHub Desktop.
Save codekitchen/5679095 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: utf8
host: localhost
database: canvas_development
username: postgres
password: password
timeout: 5000
prefer_slave: true
slave:
database: nonexistent
username: reedonly
# queue:
# adapter: postgresql
# encoding: utf8
# host: localhost
# database: canvas_queue_development
# username: postgres
# password: password
# timeout: 5000
#cluster2:
# adapter: postgresql
# encoding: utf8
# host: localhost
# database: canvas_cluster2
# username: postgres
# password: password
# timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment