Skip to content

Instantly share code, notes, and snippets.

@youngbrioche
Created December 7, 2009 12:08
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 youngbrioche/250789 to your computer and use it in GitHub Desktop.
Save youngbrioche/250789 to your computer and use it in GitHub Desktop.
development:
encoding: utf8
username: user
password: foobar
database: foo_development
<% if defined?(JRuby) %>
adapter: jdbcmysql
hostname: localhost
<% else %>
adapter: mysql
socket: /tmp/mysql.sock
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment