Skip to content

Instantly share code, notes, and snippets.

@puppe1990
Created December 27, 2018 01:51
Show Gist options
  • Save puppe1990/aeebc4e4946f0680a99425dd943e90fe to your computer and use it in GitHub Desktop.
Save puppe1990/aeebc4e4946f0680a99425dd943e90fe to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: unicode
host: db
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