Skip to content

Instantly share code, notes, and snippets.

@gbpereira
Last active December 23, 2017 17:24
Show Gist options
  • Save gbpereira/38c163eaee7440b32abe to your computer and use it in GitHub Desktop.
Save gbpereira/38c163eaee7440b32abe to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: utf8
collate: pt_BR.UTF-8
ctype: pt_BR.UTF-8
host: host
username: username
timeout: 5000
development:
<<: *default
database: dbname_dev
test:
<<: *default
database: dbname_test
production:
<<: *default
database: dbname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment