Improve documentation for postgres_auth_* configuration directives
This commit is contained in:
parent
6dd046a1a4
commit
dd48aa73e2
@ -10,7 +10,10 @@ var config = {
|
|||||||
,enable_cors: true
|
,enable_cors: true
|
||||||
,cache_enabled: false
|
,cache_enabled: false
|
||||||
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms -> :res[Content-Type] (:res[X-Tiler-Profiler])'
|
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms -> :res[Content-Type] (:res[X-Tiler-Profiler])'
|
||||||
|
// Templated database username for authorized user
|
||||||
|
// Supported labels: 'user_id' (read from redis)
|
||||||
,postgres_auth_user: 'development_cartodb_user_<%= user_id %>'
|
,postgres_auth_user: 'development_cartodb_user_<%= user_id %>'
|
||||||
|
// Templated database password for authorized user
|
||||||
// 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: {
|
||||||
|
@ -10,7 +10,10 @@ var config = {
|
|||||||
,enable_cors: true
|
,enable_cors: true
|
||||||
,cache_enabled: true
|
,cache_enabled: true
|
||||||
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms -> :res[Content-Type] (:res[X-Tiler-Profiler])'
|
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms -> :res[Content-Type] (:res[X-Tiler-Profiler])'
|
||||||
|
// Templated database username for authorized user
|
||||||
|
// Supported labels: 'user_id' (read from redis)
|
||||||
,postgres_auth_user: 'cartodb_user_<%= user_id %>'
|
,postgres_auth_user: 'cartodb_user_<%= user_id %>'
|
||||||
|
// Templated database password for authorized user
|
||||||
// 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: {
|
||||||
|
@ -10,7 +10,10 @@ var config = {
|
|||||||
,enable_cors: true
|
,enable_cors: true
|
||||||
,cache_enabled: true
|
,cache_enabled: true
|
||||||
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms (:res[X-Tiler-Profiler]) -> :res[Content-Type]'
|
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms (:res[X-Tiler-Profiler]) -> :res[Content-Type]'
|
||||||
|
// Templated database username for authorized user
|
||||||
|
// Supported labels: 'user_id' (read from redis)
|
||||||
,postgres_auth_user: 'cartodb_staging_user_<%= user_id %>'
|
,postgres_auth_user: 'cartodb_staging_user_<%= user_id %>'
|
||||||
|
// Templated database password for authorized user
|
||||||
// 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: {
|
||||||
|
@ -10,7 +10,10 @@ var config = {
|
|||||||
,enable_cors: true
|
,enable_cors: true
|
||||||
,cache_enabled: false
|
,cache_enabled: false
|
||||||
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms -> :res[Content-Type] (:res[X-Tiler-Profiler])'
|
,log_format: '[:date] :req[X-Real-IP] :method :req[Host]:url :status :response-time ms -> :res[Content-Type] (:res[X-Tiler-Profiler])'
|
||||||
|
// Templated database username for authorized user
|
||||||
|
// Supported labels: 'user_id' (read from redis)
|
||||||
,postgres_auth_user: 'test_cartodb_user_<%= user_id %>'
|
,postgres_auth_user: 'test_cartodb_user_<%= user_id %>'
|
||||||
|
// Templated database password for authorized user
|
||||||
// Supported labels: 'user_id', 'user_password' (both read from redis)
|
// Supported labels: 'user_id', 'user_password' (both read from redis)
|
||||||
,postgres_auth_pass: 'test_cartodb_user_<%= user_id %>_pass'
|
,postgres_auth_pass: 'test_cartodb_user_<%= user_id %>_pass'
|
||||||
,postgres: {
|
,postgres: {
|
||||||
|
Loading…
Reference in New Issue
Block a user