Skip to content

Instantly share code, notes, and snippets.

@mfrederickson
Created August 26, 2013 02:05
Show Gist options
  • Select an option

  • Save mfrederickson/6337543 to your computer and use it in GitHub Desktop.

Select an option

Save mfrederickson/6337543 to your computer and use it in GitHub Desktop.

Revisions

  1. mfrederickson created this gist Aug 26, 2013.
    19 changes: 19 additions & 0 deletions database.postgresql.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    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