diff --git a/conf/defaults.ini b/conf/defaults.ini index a0a74f3e58f..f50c425c201 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -23,11 +23,10 @@ temp_data_lifetime = 24h logs = data/log # Directory where grafana will automatically scan and look for plugins -plugins = ../asserts-app-plugin - +plugins = data/plugins # folder that contains provisioning config files that grafana will apply on startup and while running. -provisioning = ../asserts-app-plugin/provisioning +provisioning = conf/provisioning # Directories that are permitted to contain local repositories. # This is a list. Each entry is delimited by a pipe (|). No leading or trailing spaces are supported. @@ -70,7 +69,7 @@ router_logging = false static_root_path = public # enable gzip -enable_gzip = true +enable_gzip = false # https certs & key file cert_file = @@ -114,7 +113,7 @@ network = "tcp" address = "127.0.0.1:10000" use_tls = false cert_file = -key_file = +cert_key = # this will log the request and response for each unary gRPC call enable_logging = false @@ -215,6 +214,16 @@ instrument_queries = false # This is useful when databases have auto-generated primary keys enabled. delete_auto_gen_ids = false +# Set to true to skip dashboard UID migrations on startup. +# Improves startup performance for instances with large numbers of annotations who do not plan to downgrade Grafana. +skip_dashboard_uid_migration_on_startup = false + +# Set to true to skip all database migrations on startup. Should be used in conjunction with "ensure_default_org_and_user". +skip_migrations = false + +# Set to false to skip ensuring the default organization and user on startup. +ensure_default_org_and_user = true + #################################### Cache server ############################# [remote_cache] # Either "redis", "memcached" or "database" default is "database" @@ -341,6 +350,10 @@ application_insights_connection_string = # Optional. Specifies an Application Insights endpoint URL where the endpoint string is wrapped in backticks ``. application_insights_endpoint_url = +# Optional, defaults to true. Configure automatic route tracking for single page applications in Application Insights. +# See https://learn.microsoft.com/en-us/azure/azure-monitor/app/application-insights-faq#is-there-a-way-to-see-fewer-events-per-transaction-when-i-use-the-application-insights-javascript-sdk +application_insights_auto_route_tracking = true + # Controls if the UI contains any links to user feedback forms feedback_links_enabled = true @@ -395,10 +408,10 @@ disable_ip_address_login_protection = true cookie_secure = false # set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict", "none" and "disabled" -cookie_samesite = disabled +cookie_samesite = lax # set to true if you want to allow browsers to render Grafana in a ,