From f2ed9af6c7e4273915e62fc679efc0cc4045a46e Mon Sep 17 00:00:00 2001 From: Ivan Schneider Date: Thu, 19 Oct 2023 11:53:57 +0200 Subject: [PATCH] Add pg password in database.yml --- config/database.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.yml b/config/database.yml index 74b4976a0..ed2cd96e5 100644 --- a/config/database.yml +++ b/config/database.yml @@ -5,6 +5,7 @@ defaults: &defaults min_messages: warning host: localhost username: <%= ENV['USER'] %> + password: postgres development: <<: *defaults