You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf/defaults.ini
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1729,6 +1729,12 @@ install_token =
1729
1729
hide_angular_deprecation =
1730
1730
# Comma separated list of plugin ids for which environment variables should be forwarded. Used only when feature flag pluginsSkipHostEnvVars is enabled.
1731
1731
forward_host_env_vars =
1732
+
# Comma separated list of plugin ids to install as part of the startup process. Used only when feature flag backgroundPluginInstaller is enabled.
1733
+
preinstall =
1734
+
# Controls whether preinstall plugins asynchronously (in the background) or synchronously (blocking). Useful when preinstalled plugins are used with provisioning.
1735
+
preinstall_async = true
1736
+
# Disables preinstall feature. It has the same effect as setting preinstall to an empty list.
1737
+
preinstall_disabled = false
1732
1738
1733
1739
#################################### Grafana Live ##########################################
0 commit comments