Skip to content

Instantly share code, notes, and snippets.

@rkjha
Last active December 10, 2015 17:38
Show Gist options
  • Save rkjha/4468524 to your computer and use it in GitHub Desktop.
Save rkjha/4468524 to your computer and use it in GitHub Desktop.
database.yml
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
production:
adapter: mysql2
encoding: utf8
database: DB_NAME
pool: 5
host: localhost
username: DB_USER
password: YOUR_PASSWORD_HERE
socket: /var/run/mysqld/mysqld.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment