Skip to content

Instantly share code, notes, and snippets.

@mfrederickson
Created August 26, 2013 02:05
Show Gist options
  • Save mfrederickson/6337543 to your computer and use it in GitHub Desktop.
Save mfrederickson/6337543 to your computer and use it in GitHub Desktop.
concerto2 postgresql config sample
development:
adapter: postgresql
encoding: unicode
database: concerto_development
username: concerto
password: concerto
host: localhost
pool: 5
timeout: 5000
production:
adapter: postgresql
encoding: unicode
database: concerto_production
username: concerto
password:
host: localhost
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment