Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelvicio/ec787ccf826c29fd261f58c4acc9bb7d to your computer and use it in GitHub Desktop.
Save rafaelvicio/ec787ccf826c29fd261f58c4acc9bb7d to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: utf8
host: localhost
username: postgres
password: 123456789
test:
<<: *default
username: test_user
password: 1234
database: labor_test
pool: 10
development:
<<: *default
database: labor_dev
pool: 10
staging:
<<: *default
database: labor_staging
username: staging
production:
<<: *default
database: labor
username: deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment