Forked from anonymous/gist:36830cbdef67de84228aec66867e45da
Last active
December 1, 2017 20:25
-
-
Save aruprakshit/11e3e22b53333e152b53d19d4fe6450e to your computer and use it in GitHub Desktop.
Revisions
-
aruprakshit renamed this gist
Dec 1, 2017 . 1 changed file with 6 additions and 6 deletions.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 @@ -5,15 +5,15 @@ development: pool: 5 host: '' test: adapter: postgresql encoding: utf8 database: campflame_test pool: 5 host: '' production: adapter: postgresql encoding: utf8 database: campflame_production pool: 5 -
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: utf8 database: campflame_development pool: 5 host: '' test: &TEST adapter: postgresql encoding: utf8 database: campflame_test pool: 5 host: '' production: adapter: postgresql encoding: utf8 database: campflame_production pool: 5