Skip to content

Instantly share code, notes, and snippets.

@jorgedjr21
Created September 29, 2019 03:36
Show Gist options
  • Save jorgedjr21/dc6b9ba0da0440a393b085e0f8515860 to your computer and use it in GitHub Desktop.
Save jorgedjr21/dc6b9ba0da0440a393b085e0f8515860 to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: unicode
host: <%= ENV['DB_HOST'] || 'localhost' %>
username: postgres
password:
pool: 5
development:
<<: *default
database: myapp_development
test:
<<: *default
database: myapp_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment