Skip to content

Instantly share code, notes, and snippets.

@blatyo
Created August 28, 2009 23:56
Show Gist options
  • Select an option

  • Save blatyo/177329 to your computer and use it in GitHub Desktop.

Select an option

Save blatyo/177329 to your computer and use it in GitHub Desktop.
login: &login
adapter: mysql
encoding: utf8
reconnect: false
pool: 5
username: ritter2
password: ritter2
socket: /var/run/mysqld/mysqld.sock
development:
database: ritter2_development
<<: *login
test:
database: ritter2_test
<<: *login
production:
database: ritter2_production
<<: *login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment