Skip to content

Commit

Permalink
No username
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed May 1, 2024
1 parent 6000d88 commit de5d8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ development:
# To create additional roles in postgres see `$ createuser --help`.
# When left blank, postgres will use the default role. This is
# the same name as the operating system user running Rails.
username: <%= ENV.fetch("DB_USERNAME") { "iv_cbv_payroll" } %>
username: <%= ENV.fetch("DB_USERNAME") { nil } %>

# The password associated with the postgres role (username).
password: <%= ENV.fetch("DB_PASSWORD") { nil } %>
Expand Down

0 comments on commit de5d8f9

Please sign in to comment.