File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports.db_base_name = 'cartodb_dev_user_<%= user_id %>_db';
8
8
// Supported labels: 'user_id' (read from redis)
9
9
module.exports.db_user = 'development_cartodb_user_<%= user_id %>';
10
10
// Supported labels: 'user_id', 'user_password' (both read from redis)
11
- module.exports.db_user_pass: '<%= user_password %>'
11
+ module.exports.db_user_pass = '<%= user_password %>'
12
12
// Name of the anonymous PostgreSQL user
13
13
module.exports.db_pubuser = 'publicuser';
14
14
// Password for the anonymous PostgreSQL user
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports.db_base_name = 'cartodb_user_<%= user_id %>_db';
9
9
// Supported labels: 'user_id' (read from redis)
10
10
module.exports.db_user = 'cartodb_user_<%= user_id %>';
11
11
// Supported labels: 'user_id', 'user_password' (both read from redis)
12
- module.exports.db_user_pass: '<%= user_password %>'
12
+ module.exports.db_user_pass = '<%= user_password %>'
13
13
// Name of the anonymous PostgreSQL user
14
14
module.exports.db_pubuser = 'publicuser';
15
15
// Password for the anonymous PostgreSQL user
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports.db_base_name = 'cartodb_staging_user_<%= user_id %>_db';
9
9
// Supported labels: 'user_id' (read from redis)
10
10
module.exports.db_user = 'cartodb_staging_user_<%= user_id %>';
11
11
// Supported labels: 'user_id', 'user_password' (both read from redis)
12
- module.exports.db_user_pass: '<%= user_password %>'
12
+ module.exports.db_user_pass = '<%= user_password %>'
13
13
// Name of the anonymous PostgreSQL user
14
14
module.exports.db_pubuser = 'publicuser';
15
15
// Password for the anonymous PostgreSQL user
You can’t perform that action at this time.
0 commit comments