Skip to content

Instantly share code, notes, and snippets.

@lucaspmarra
Created November 4, 2023 00:15
Show Gist options
  • Select an option

  • Save lucaspmarra/3f91e1da1def06a51b28831cd389528b to your computer and use it in GitHub Desktop.

Select an option

Save lucaspmarra/3f91e1da1def06a51b28831cd389528b to your computer and use it in GitHub Desktop.
rails config
default: &default
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
host: dpg-ck3q5l36fquc73e6dma0-a.oregon-postgres.render.com
username: adoption_db_user
password: <%= ENV['DATABASE_PASSWORD'] %>
development:
<<: *default
database: homol
test:
<<: *default
database: test
production:
<<: *default
database: prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment