Skip to content

Instantly share code, notes, and snippets.

@durran
Created October 6, 2012 08:16
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 durran/3844381 to your computer and use it in GitHub Desktop.
Save durran/3844381 to your computer and use it in GitHub Desktop.
Master/Slave configuration
development:
adapter: master_slave
connection_adapter: mysql2
database: myapp_procuction
username: myappuser
password: myapppass
master:
host: masterhost
slaves:
- host: slave01
- host: slave02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment