From a280577cacf2467c4cedddb90b1bf999f2b72b80 Mon Sep 17 00:00:00 2001 From: Ender Ahmet Yurt Date: Fri, 4 Oct 2024 14:27:23 +0300 Subject: [PATCH] Update spec/dummy/config/database.yml Co-authored-by: Paul Bob <69730720+Paul-Bob@users.noreply.github.com> --- spec/dummy/config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/dummy/config/database.yml b/spec/dummy/config/database.yml index dba9c7a953..02b45e97c3 100644 --- a/spec/dummy/config/database.yml +++ b/spec/dummy/config/database.yml @@ -3,7 +3,7 @@ default: &default encoding: unicode host: <%= ENV.fetch('POSTGRES_HOST', 'localhost') %> port: <%= ENV.fetch('POSTGRES_PORT', 5432) %> - username: <%= ENV.fetch('POSTGRES_USERNAME', 'ender') %> + username: <%= ENV.fetch('POSTGRES_USERNAME', 'postgres') %> password: <%= ENV.fetch('POSTGRES_PASSWORD', nil) %> pool: <%= ENV.fetch('RAILS_MAX_THREADS', 5) %>