Skip to content

Commit

Permalink
Allow username to be specified via environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bekicot committed Oct 15, 2023
1 parent b3a63ed commit 917b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default: &default
adapter: postgresql
database: jsonb_accessor
host: <%= ENV.fetch("DATABASE_HOST") { "127.0.0.1" } %>
user: postgres
username: <%= ENV.fetch("DATABASE_USER") { "postgres" } %>

test:
<<: *default

0 comments on commit 917b1fa

Please sign in to comment.