|
|
|
@ -1133,3 +1133,34 @@ default_baselayer_config = |
|
|
|
|
|
|
|
|
|
# Enable or disable loading other base map layers |
|
|
|
|
enable_custom_baselayers = true |
|
|
|
|
|
|
|
|
|
#################################### Dashboard previews ##################################### |
|
|
|
|
[dashboard_previews.images] |
|
|
|
|
# Width of each image. Default is 320. |
|
|
|
|
width = |
|
|
|
|
|
|
|
|
|
# Height of each image. Default is 240. |
|
|
|
|
height = |
|
|
|
|
|
|
|
|
|
# Device scale factor passed down to the Image Renderer plugin. |
|
|
|
|
# The plugin will render a scaled up image and then scale it down to the desired width/height. |
|
|
|
|
# Default is -5. |
|
|
|
|
device_scale_factor = |
|
|
|
|
|
|
|
|
|
[dashboard_previews.crawler] |
|
|
|
|
# Number of dashboards rendered in parallel. Default is 6. |
|
|
|
|
thread_count = |
|
|
|
|
|
|
|
|
|
# Timeout passed down to the Image Renderer plugin. It is used in two separate places within a single rendering request: |
|
|
|
|
# First during the initial navigation to the dashboard and then when waiting for all the panels to load. Default is 10s. |
|
|
|
|
# This setting should be expressed as a duration. Examples: 10s (seconds), 1m (minutes). |
|
|
|
|
rendering_timeout = |
|
|
|
|
|
|
|
|
|
# Maximum duration of a single crawl. Default is 1h. |
|
|
|
|
# This setting should be expressed as a duration. Examples: 10s (seconds), 1m (minutes). |
|
|
|
|
max_duration = |
|
|
|
|
|
|
|
|
|
[dashboard_previews.scheduler] |
|
|
|
|
# Minimum interval between two subsequent scheduler runs. Default is 12h. |
|
|
|
|
# This setting should be expressed as a duration. Examples: 10s (seconds), 1m (minutes). |
|
|
|
|
interval = |
|
|
|
|