database adapter for production specified

This commit is contained in:
Christoph Haas 2024-07-20 15:14:28 +02:00
parent f5e24b3fbb
commit d81fb00828

View file

@ -33,4 +33,7 @@ test:
# pool: 10
# timeout: 5000
production:
url: <%= ENV['DATABASE_URL'] %>
url: <%= ENV['DATABASE_URL'] %>
adapter: postgresql
pool: 10
timeout: 5000