Skip to content

Commit

Permalink
chore: remove spaces from databse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschkaSchulz committed Oct 7, 2024
1 parent 97dd156 commit 8708805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ test:
database: onruby_test

production:
url: <%= ENV["DATABASE_URL"] %>
url: <%= ENV["DATABASE_URL"] %>
pool: <%= ENV["DB_POOL"] || ENV["MAX_THREADS"] || 5 %>
encoding: utf8
encoding: utf8

0 comments on commit 8708805

Please sign in to comment.