Skip to content

Instantly share code, notes, and snippets.

@mnelson
Created December 9, 2012 19:01
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 mnelson/4246535 to your computer and use it in GitHub Desktop.
Save mnelson/4246535 to your computer and use it in GitHub Desktop.
Example makara development database.yml
development: &DEV
adapter: makara
sticky_slaves: true
sticky_master: true
verbose: true
ansi_colors: true
db_adapter: mysql2
host: localhost
encoding: utf8
database: db_name
username: root
password:
databases:
- name: master
role: master
- name: slave1
role: slave
- name: slave2
role: slave
- name: slave3
role: slave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment