Created
August 26, 2013 02:05
-
-
Save mfrederickson/6337543 to your computer and use it in GitHub Desktop.
Revisions
-
mfrederickson created this gist
Aug 26, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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