Skip to content

Commit

Permalink
add database for solid_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Sep 29, 2024
1 parent a34c9dd commit d8c9f9c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ test:
# for a full overview on how database connection configuration can be specified.
#
production:
<<: *default
database: enju_leaf_production
username: enju_leaf
password: <%= ENV['ENJU_LEAF_DATABASE_PASSWORD'] %>
primary: &primary_production
<<: *default
database: enju_leaf_production
username: <%= ENV["POSTGRES_USER"] %>
password: <%= ENV["POSTGRES_PASSWORD"] %>
queue:
<<: *primary_production
database: enju_leaf_production_queue
migrations_paths: db/queue_migrate

0 comments on commit d8c9f9c

Please sign in to comment.