Added missing config
This commit is contained in:
parent
2f80b45548
commit
0b474e34ed
@ -102,11 +102,17 @@ defaults: &defaults
|
||||
api_key: ''
|
||||
table_name: ''
|
||||
importer:
|
||||
content_guessing: # Depends on geocoding
|
||||
enabled: false # Disabled if false or not present
|
||||
threshold: 0.9 # 90% or more matches
|
||||
minimum_entropy: 0.9 # Normalized entropy, between 0.0 and 1.0. See http://en.wikipedia.org/wiki/Entropy_(information_theory)
|
||||
sample_size: 400 # +-5% error. See http://en.wikipedia.org/wiki/Sample_size_determination#Estimating_proportions_and_means
|
||||
s3:
|
||||
access_key_id:
|
||||
secret_access_key:
|
||||
bucket_name:
|
||||
url_ttl:
|
||||
async_long_uploads: false
|
||||
error_track:
|
||||
url: 'https://viz2.cartodb.com/api/v1/sql'
|
||||
percent_users: 10
|
||||
@ -183,7 +189,14 @@ defaults: &defaults
|
||||
gdrive:
|
||||
api_key: ""
|
||||
app_id: ""
|
||||
# This enables a support chat within editor
|
||||
# Use your Olark api id to enable it. If you remove this entry or don't define an app key, it won't be activated.
|
||||
olark:
|
||||
app_id: ''
|
||||
enforce_non_empty_layer_css: true
|
||||
users_dumps:
|
||||
service:
|
||||
port: 00000
|
||||
oauth:
|
||||
# If the client_id/app_key is not set won't appear at the UI. @see application_helper.rb -> frontend_config
|
||||
# Must be the same as CartoDB::Datasources::xxxx DATASOURCE_NAME constants
|
||||
@ -192,6 +205,10 @@ defaults: &defaults
|
||||
client_id: ''
|
||||
client_secret: ''
|
||||
callback_url: 'http://cartodb.com'
|
||||
google_plus:
|
||||
client_id: ''
|
||||
cookie_policy: 'single_host_origin'
|
||||
#cookie_policy: 'https://cartodb-staging.com'
|
||||
dropbox:
|
||||
app_key: ''
|
||||
app_secret: ''
|
||||
@ -200,8 +217,12 @@ defaults: &defaults
|
||||
app_key: ''
|
||||
app_secret: ''
|
||||
callback_url: ''
|
||||
# Mailchimp datasource. Setup at https://admin.mailchimp.com/account/oauth2/ then fill here.
|
||||
# If fields are present but empty, option won't appear at editor import window
|
||||
mailchimp:
|
||||
app_key: ''
|
||||
app_secret: ''
|
||||
callback_url: ''
|
||||
datasource_search:
|
||||
# Must be the same as CartoDB::Datasources::xxxx DATASOURCE_NAME constants
|
||||
twitter_search:
|
||||
@ -227,6 +248,120 @@ defaults: &defaults
|
||||
ratelimit_concurrency: 3
|
||||
ratelimit_ttl: 4
|
||||
ratelimit_wait_secs: 0.1
|
||||
feature_flags:
|
||||
ghost_tables:
|
||||
restricted: true
|
||||
rainbow_maps:
|
||||
restricted: false
|
||||
user_feature_flags:
|
||||
rambo: ['ghost_tables']
|
||||
basemaps:
|
||||
CartoDB:
|
||||
positron_rainbow:
|
||||
url: 'http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Positron'
|
||||
className: 'positron_rainbow'
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href= "http://cartodb.com/attributions#basemaps">CartoDB</a>'
|
||||
dark_matter_rainbow:
|
||||
url: 'http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Dark matter'
|
||||
className: 'dark_matter_rainbow'
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="http://cartodb.com/attributions#basemaps">CartoDB</a>'
|
||||
positron_lite_rainbow:
|
||||
url: 'http://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Positron (lite)'
|
||||
className: 'positron_lite_rainbow'
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="http://cartodb.com/attributions#basemaps">CartoDB</a>'
|
||||
dark_matter_lite_rainbow:
|
||||
url: 'http://{s}.basemaps.cartocdn.com/dark_nolabels/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Dark matter (lite)'
|
||||
className: 'dark_matter_lite_rainbow'
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="http://cartodb.com/attributions#basemaps">CartoDB</a>'
|
||||
eco_cartodb:
|
||||
url: 'https://cartocdn_{s}.global.ssl.fastly.net/base-antique/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '10'
|
||||
name: 'CartoDB World Eco'
|
||||
className: 'eco_cartodb'
|
||||
attribution: ''
|
||||
flat_blue:
|
||||
url: 'https://cartocdn_{s}.global.ssl.fastly.net/base-flatblue/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '10'
|
||||
name: 'CartoDB World Flat Blue'
|
||||
className: 'flat_blue'
|
||||
attribution: ''
|
||||
midnight_cartodb:
|
||||
url: 'https://cartocdn_{s}.global.ssl.fastly.net/base-midnight/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '10'
|
||||
name: 'CartoDB World Midnight Commander'
|
||||
className: 'midnight_cartodb'
|
||||
attribution: ''
|
||||
Stamen:
|
||||
toner_stamen:
|
||||
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Toner'
|
||||
className: 'toner_stamen'
|
||||
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
|
||||
toner_background_stamen:
|
||||
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/toner-background/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Toner Background'
|
||||
className: 'toner_background_stamen'
|
||||
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
|
||||
toner_lite_stamen:
|
||||
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Toner Lite'
|
||||
className: 'toner_lite_stamen'
|
||||
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
|
||||
toner_lines_stamen:
|
||||
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/toner-lines/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Toner Lines'
|
||||
className: 'toner_lines_stamen'
|
||||
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
|
||||
toner_hybrid_stamen:
|
||||
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/toner-hybrid/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Toner Hybrid'
|
||||
className: 'toner_hybrid_stamen'
|
||||
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
|
||||
watercolor_stamen:
|
||||
url: 'https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png'
|
||||
subdomains: 'abcd'
|
||||
minZoom: '0'
|
||||
maxZoom: '18'
|
||||
name: 'Watercolor'
|
||||
className: 'watercolor_stamen'
|
||||
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
Loading…
Reference in New Issue
Block a user