From 30924aae0ef1abda174029cb921d24138d3b2810 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 16 Jun 2016 10:42:22 +0200 Subject: [PATCH] Production database is now PostgreSQL with ident authentication --- config/database.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/database.yml b/config/database.yml index 4bae6fd..2c87b52 100644 --- a/config/database.yml +++ b/config/database.yml @@ -27,8 +27,8 @@ test: production: adapter: postgresql database: debshots - username: debshots - password: GonwannEn0 - host: localhost - pool: 5 + # username: debshots + # password: GonwannEn0 + # host: localhost + pool: 10 timeout: 5000