Skip to content

Instantly share code, notes, and snippets.

@gamanox
Created March 15, 2013 01:25
Show Gist options
  • Save gamanox/5166815 to your computer and use it in GitHub Desktop.
Save gamanox/5166815 to your computer and use it in GitHub Desktop.
database
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: postgresql
encoding: unicode
database: jeep_dev
pool: 5
timeout: 5000
username: gamanox
password: p4r4n64r1
host: localhost
test:
adapter: postgresql
encoding: unicode
database: jeep_test
pool: 5
timeout: 5000
username: gamanox
password: p4r4n64r1
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment