Skip to content

Instantly share code, notes, and snippets.

@kentarofujiy
Created December 13, 2019 02:20
Show Gist options
  • Save kentarofujiy/887ecd1fefdb02f8cc544525d7277a52 to your computer and use it in GitHub Desktop.
Save kentarofujiy/887ecd1fefdb02f8cc544525d7277a52 to your computer and use it in GitHub Desktop.
default: &default
adapter: postgresql
encoding: unicode
template: template0
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
development:
<<: *default
database: sihusa_development
test:
<<: *default
database: sihusa_test
production:
<<: *default
database: sihusa_production
username: ubuntu
password: <%= ENV['SIHUSA_DATABASE_PASSWORD'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment