Skip to content

Commit

Permalink
Fix DB config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Nov 12, 2024
1 parent 3245d86 commit 5949b27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,17 @@ test:
production: &production
primary: &primary_production
<<: *default
database: nabu_devel
database: nabu
username: nabu
password: <%= ENV['NABU_DATABASE_PASSWORD'] %>
host: <%= ENV['NABU_DATABASE_HOSTNAME'] %>
cache:
<<: *primary_production
database: nabu_devel_cache
database: nabu_cache
migrations_paths: db/cache_migrate
queue:
<<: *primary_production
database: nabu_devel_queue
database: nabu_queue
migrations_paths: db/queue_migrate

staging:
Expand Down

0 comments on commit 5949b27

Please sign in to comment.