Skip to content

Instantly share code, notes, and snippets.

@burin
Created September 20, 2008 15:55
Show Gist options
  • Save burin/11765 to your computer and use it in GitHub Desktop.
Save burin/11765 to your computer and use it in GitHub Desktop.
development: &non-production
adapter: mysql
database: example_development
username: root
password:
host: localhost
timeout: 5000
test:
<<: *non-production
database: example_test
production:
adapter: mysql
database: example_production
username: root
password:
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment