Skip to content

Instantly share code, notes, and snippets.

@aruprakshit
Forked from anonymous/gist:36830cbdef67de84228aec66867e45da
Last active December 1, 2017 20:25
Show Gist options
  • Select an option

  • Save aruprakshit/11e3e22b53333e152b53d19d4fe6450e to your computer and use it in GitHub Desktop.

Select an option

Save aruprakshit/11e3e22b53333e152b53d19d4fe6450e to your computer and use it in GitHub Desktop.

Revisions

  1. aruprakshit renamed this gist Dec 1, 2017. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gistfile1.txt → database.yml
    Original file line number Diff line number Diff line change
    @@ -5,15 +5,15 @@ development:
    pool: 5
    host: ''

    test: &TEST
    test:
    adapter: postgresql
    encoding: utf8
    database: campflame_test
    pool: 5
    host: ''

    production:
    adapter: postgresql
    encoding: utf8
    database: campflame_production
    pool: 5
    production:
    adapter: postgresql
    encoding: utf8
    database: campflame_production
    pool: 5
  2. @invalid-email-address Anonymous created this gist Dec 1, 2017.
    19 changes: 19 additions & 0 deletions gistfile1.txt
    Original 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