Skip to content

Commit

Permalink
Use production DB name from env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Oct 15, 2024
1 parent c7ddeac commit 535df87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test:

production:
<<: *default
database: decidim_zuerich_production
database: <%= ENV.fetch('RAILS_DB_NAME', 'decidim_zuerich_production') %>
url: <%= ENV['DATABASE_URL'] %>

0 comments on commit 535df87

Please sign in to comment.