Skip to content
Snippets Groups Projects
Verified Commit 39373284 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Fix broken grafana.ini rebase from previous commit

The last hunk which I applied manually incorrectly retained its pluses.

Fixes: 825a0c92 ("grafana: rebase grafana.ini to grafana 10.2.0-1")
parent 825a0c92
No related branches found
No related tags found
No related merge requests found
Pipeline #82198 passed
......@@ -1577,13 +1577,13 @@ mode = syslog
################################## Feature Management ##############################################
[feature_management]
# Options to configure the experimental Feature Toggle Admin Page feature, which is behind the `featureToggleAdminPage` feature toggle. Use at your own risk.
+# Allow editing of feature toggles in the feature management page
+;allow_editing = false
+# Allow customization of URL for the controller that manages feature toggles
+;update_webhook =
+# Allow configuring an auth token for feature management update requests
+;update_webhook_token =
+# Hide specific feature toggles from the feature management page
+;hidden_toggles =
+# Disable updating specific feature toggles in the feature management page
+;read_only_toggles =
# Allow editing of feature toggles in the feature management page
;allow_editing = false
# Allow customization of URL for the controller that manages feature toggles
;update_webhook =
# Allow configuring an auth token for feature management update requests
;update_webhook_token =
# Hide specific feature toggles from the feature management page
;hidden_toggles =
# Disable updating specific feature toggles in the feature management page
;read_only_toggles =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment