From fae6bdff055ae87cf3830d6a47225b7798844b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Thu, 7 Jun 2018 16:33:52 +0200 Subject: [PATCH] Remove duplicated property --- config/environments/development.js.example | 1 - 1 file changed, 1 deletion(-) diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 4d108ca8..87c98032 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -100,7 +100,6 @@ var config = { // Supported labels: 'user_id', 'user_password' (both read from redis) ,postgres_auth_pass: '<%= user_password %>' ,postgres: { - user: "test_windshaft_publicuser", user: "publicuser", password: "public", host: '127.0.0.1',