From 34451ab7cfe2ac96247e63a5dd81985eab8c952c Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Wed, 10 Jul 2024 10:58:08 -0700 Subject: [PATCH] chore: prep db for postres 16 --- config/database.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.yml b/config/database.yml index 99e3d8e7..3cf9d0fc 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,8 +1,8 @@ default: &default adapter: postgresql encoding: unicode - host: localhost - pool: 5 + # host: localhost + # pool: 5 development: <<: *default