Skip to content

Instantly share code, notes, and snippets.

@lantins
Created September 16, 2009 19:20
Show Gist options
  • Select an option

  • Save lantins/188153 to your computer and use it in GitHub Desktop.

Select an option

Save lantins/188153 to your computer and use it in GitHub Desktop.
:development: &defaults
:adapter: postgres
:database: iris_comms_hub
:username: iris_comms_hub
:password: DEFAULTpassword
:host: 127.0.0.1
:test:
<<: *defaults
:database: iris_comms_hub_test
:production:
<<: *defaults
:password: diffrentPASSWORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment