From 9ec3325cd00d9468cee9d4dc737ba2effbe034b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 5 Jun 2018 15:10:52 +0200 Subject: [PATCH] Remove duplicated comments --- config/environments/development.js.example | 2 -- config/environments/production.js.example | 2 -- config/environments/staging.js.example | 2 -- config/environments/test.js.example | 2 -- 4 files changed, 8 deletions(-) diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 8df9bf5d..4d108ca8 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -100,8 +100,6 @@ var config = { // Supported labels: 'user_id', 'user_password' (both read from redis) ,postgres_auth_pass: '<%= user_password %>' ,postgres: { - // Parameters to pass to datasource plugin of mapnik - // See http://github.com/mapnik/mapnik/wiki/PostGIS user: "test_windshaft_publicuser", user: "publicuser", password: "public", diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 6364d5af..8e071acf 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -100,8 +100,6 @@ var config = { // Supported labels: 'user_id', 'user_password' (both read from redis) ,postgres_auth_pass: '<%= user_password %>' ,postgres: { - // Parameters to pass to datasource plugin of mapnik - // See http://github.com/mapnik/mapnik/wiki/PostGIS user: "publicuser", password: "public", host: '127.0.0.1', diff --git a/config/environments/staging.js.example b/config/environments/staging.js.example index 2ecdcf17..60301a94 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -100,8 +100,6 @@ var config = { // Supported labels: 'user_id', 'user_password' (both read from redis) ,postgres_auth_pass: '<%= user_password %>' ,postgres: { - // Parameters to pass to datasource plugin of mapnik - // See http://github.com/mapnik/mapnik/wiki/PostGIS user: "publicuser", password: "public", host: '127.0.0.1', diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 2a522002..d106995e 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -100,8 +100,6 @@ var config = { // Supported labels: 'user_id', 'user_password' (both read from redis) ,postgres_auth_pass: 'test_windshaft_cartodb_user_<%= user_id %>_pass' ,postgres: { - // Parameters to pass to datasource plugin of mapnik - // See http://github.com/mapnik/mapnik/wiki/PostGIS user: "test_windshaft_publicuser", password: "public", host: '127.0.0.1',