Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created March 23, 2013 17:56
Show Gist options
  • Save dreamr/5228742 to your computer and use it in GitHub Desktop.
Save dreamr/5228742 to your computer and use it in GitHub Desktop.
platform: &platform
<% if RUBY_PLATFORM == "java" %>
adapter: jdbcpostgresql
<% else %>
adapter: postgresql
<% end %>
default: &default
<<: *platform
username: dreamr
host: localhost
encoding: unicode
development:
<<: *default
database: weedmaps_development
min_messages: warning
test:
<<: *default
database: weedmaps_test
min_messages: error
production:
<<: *default
database: weedmaps_production
rake:
<<: *default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment