Skip to content

Instantly share code, notes, and snippets.

@zackexplosion
Created May 29, 2015 11:24
Show Gist options
  • Save zackexplosion/f19c6202ed667e164880 to your computer and use it in GitHub Desktop.
Save zackexplosion/f19c6202ed667e164880 to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: unicode
host: localhost
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: 5
development:
<<: *default
database: zack_blog
username: zack
password:
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
# database: db/test.sqlite3
production:
<<: *default
# database: db/production.sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment