Skip to content

Commit

Permalink
Update database names in configuration for sponsors environment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Nov 26, 2024
1 parent 6b9b906 commit c981880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ default: &default

development:
<<: *default
database: funds_development
database: sponsors_development

test:
<<: *default
database: funds_test
database: sponsors_test

production:
<<: *default
database: funds_production
database: sponsors_production
url: <%= ENV['DATABASE_URL'] %>

0 comments on commit c981880

Please sign in to comment.