Skip to content

Commit

Permalink
Update DB connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Schacht committed Dec 17, 2023
1 parent 3dfe219 commit 94caabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
# run: bin/brakeman -q -w2

- name: Lint Ruby files
run: bin/rubocop --parallel
run: rubocop --parallel
1 change: 1 addition & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ default: &default
# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
host: <%= ENV.fetch("DATABASE_HOST") { "localhost" } %>

development:
<<: *default
Expand Down

0 comments on commit 94caabb

Please sign in to comment.