Remove duplicated comments

remotes/origin/unify-configuration
Daniel García Aubert 6 years ago
parent e0ab901600
commit 9ec3325cd0

@ -100,8 +100,6 @@ var config = {
// Supported labels: 'user_id', 'user_password' (both read from redis) // Supported labels: 'user_id', 'user_password' (both read from redis)
,postgres_auth_pass: '<%= user_password %>' ,postgres_auth_pass: '<%= user_password %>'
,postgres: { ,postgres: {
// Parameters to pass to datasource plugin of mapnik
// See http://github.com/mapnik/mapnik/wiki/PostGIS
user: "test_windshaft_publicuser", user: "test_windshaft_publicuser",
user: "publicuser", user: "publicuser",
password: "public", password: "public",

@ -100,8 +100,6 @@ var config = {
// Supported labels: 'user_id', 'user_password' (both read from redis) // Supported labels: 'user_id', 'user_password' (both read from redis)
,postgres_auth_pass: '<%= user_password %>' ,postgres_auth_pass: '<%= user_password %>'
,postgres: { ,postgres: {
// Parameters to pass to datasource plugin of mapnik
// See http://github.com/mapnik/mapnik/wiki/PostGIS
user: "publicuser", user: "publicuser",
password: "public", password: "public",
host: '127.0.0.1', host: '127.0.0.1',

@ -100,8 +100,6 @@ var config = {
// Supported labels: 'user_id', 'user_password' (both read from redis) // Supported labels: 'user_id', 'user_password' (both read from redis)
,postgres_auth_pass: '<%= user_password %>' ,postgres_auth_pass: '<%= user_password %>'
,postgres: { ,postgres: {
// Parameters to pass to datasource plugin of mapnik
// See http://github.com/mapnik/mapnik/wiki/PostGIS
user: "publicuser", user: "publicuser",
password: "public", password: "public",
host: '127.0.0.1', host: '127.0.0.1',

@ -100,8 +100,6 @@ var config = {
// Supported labels: 'user_id', 'user_password' (both read from redis) // Supported labels: 'user_id', 'user_password' (both read from redis)
,postgres_auth_pass: 'test_windshaft_cartodb_user_<%= user_id %>_pass' ,postgres_auth_pass: 'test_windshaft_cartodb_user_<%= user_id %>_pass'
,postgres: { ,postgres: {
// Parameters to pass to datasource plugin of mapnik
// See http://github.com/mapnik/mapnik/wiki/PostGIS
user: "test_windshaft_publicuser", user: "test_windshaft_publicuser",
password: "public", password: "public",
host: '127.0.0.1', host: '127.0.0.1',

Loading…
Cancel
Save