Skip to content

Commit

Permalink
fix: DB Config
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarMWarraich committed Aug 3, 2024
1 parent 99cdc78 commit 467af03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ production:
database: <%= ENV["POSTGRES_DB"] %>
username: <%= ENV["POSTGRES_USER"] %>
password: <%= ENV["POSTGRES_PASSWORD"] %>
host: <%= ENV["POSTGRES_HOST"] %>
port: <%= ENV["POSTGRES_PORT"] %>

0 comments on commit 467af03

Please sign in to comment.