Skip to content

Instantly share code, notes, and snippets.

@softa
Created May 14, 2010 22:02
Show Gist options
  • Save softa/401727 to your computer and use it in GitHub Desktop.
Save softa/401727 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
database: my_store_development
username: my_store
production:
adapter: postgresql
encoding: unicode
database: my_store_production
username: my_store
test:
adapter: postgresql
encoding: unicode
database: my_store_production
username: my_store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment