Skip to content

Instantly share code, notes, and snippets.

@minikermit
Created August 17, 2010 22:19
Show Gist options
  • Save minikermit/532368 to your computer and use it in GitHub Desktop.
Save minikermit/532368 to your computer and use it in GitHub Desktop.
login: &login
username: root
development:
adapter: mysql
database: searchlogic_development
<<: *login
test:
adapter: mysql
database: searchlogic_test
<<: *login
production:
adapter: mysql
database: searchlogic_production
<<: *login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment