From 5cdb3191bb050be4362f919fd0d3f6e542a619a3 Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 10 Jan 2024 17:11:19 -0700 Subject: [PATCH] Removes username and password for dev db (#50) --- config/database.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/database.yml b/config/database.yml index fbc895e5e..68644afbe 100644 --- a/config/database.yml +++ b/config/database.yml @@ -15,9 +15,7 @@ default: &default adapter: postgresql encoding: unicode - user: postgres host: localhost - password: mysecretpassword pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> development: