Skip to content

Instantly share code, notes, and snippets.

@ouyangzhiping
Last active December 20, 2015 01:19
Show Gist options
  • Save ouyangzhiping/6047969 to your computer and use it in GitHub Desktop.
Save ouyangzhiping/6047969 to your computer and use it in GitHub Desktop.
database.yml.production.example
common: &common
adapter: postgresql
username: ouyang
password: ouyang
#host: 33.33.33.10
development:
<<: *common
database: attention_dev
test:
<<: *common
database: attention_test
production:
<<: *common
database: attention_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment