Skip to content

Instantly share code, notes, and snippets.

@Freika
Created July 5, 2014 19:32
Show Gist options
  • Select an option

  • Save Freika/cc9a0e8d2a5bc3876335 to your computer and use it in GitHub Desktop.

Select an option

Save Freika/cc9a0e8d2a5bc3876335 to your computer and use it in GitHub Desktop.
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default: &default
adapter: postgresql
pool: 5
timeout: 5000
development:
<<: *default
database: ccommunity
# 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: ccommunity_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment