Skip to content

Instantly share code, notes, and snippets.

@alieseparker
Created September 25, 2014 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alieseparker/8666338722b52cdd21e8 to your computer and use it in GitHub Desktop.
Save alieseparker/8666338722b52cdd21e8 to your computer and use it in GitHub Desktop.
development:
adapter: sqlite3
database: development
pool: 5
timeout: 5000
production:
adapter: mysql
database: depot_production
encoding: utf8
host: localhost
pool: 5
reconnect: false
socket: /var/run/mysqld/mysqld.sock
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment