Skip to content

Instantly share code, notes, and snippets.

@soilforlifeforms
Created February 13, 2014 20:31
Show Gist options
  • Save soilforlifeforms/8983234 to your computer and use it in GitHub Desktop.
Save soilforlifeforms/8983234 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 'mysql2'
#gem 'pg'
development:
adapter: postgresql
encoding: unicode
#reconnect: false
database: mxit_app_development
pool: 5
password:
#username: mxitapp
#password: Forgiven7
#pool: 5
# socket: /tmp/mysql.sock
# 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:
adapter: postgresql
encoding: unicode
#reconnect: false
database: mxit_app_test
pool: 5
password:
production:
adapter: postgresql
encoding: unicode
#reconnect: false
database: mxit_app_production
pool: 5
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment