Skip to content

Commit

Permalink
read replica in aws config (#5004)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski authored May 31, 2024
1 parent 82cdb55 commit 7d6a39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/aws.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ app {

database {
read = ${app.defaults.database.access} {
host = ${POSTGRES_HOST_READ_REPLICA}
pool-size = 15
}
write = ${app.defaults.database.access} {
Expand Down

0 comments on commit 7d6a39e

Please sign in to comment.