mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added feature toggle to defaults.ini and sample.ini after PR comments
This commit is contained in:
parent
769ad21e16
commit
8f62082482
@ -243,6 +243,9 @@ external_manage_info =
|
|||||||
# Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
|
# Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
|
||||||
viewers_can_edit = false
|
viewers_can_edit = false
|
||||||
|
|
||||||
|
# Editors can administrate dashboard, folders and teams they create
|
||||||
|
editors_can_own = false
|
||||||
|
|
||||||
[auth]
|
[auth]
|
||||||
# Login cookie name
|
# Login cookie name
|
||||||
login_cookie_name = grafana_session
|
login_cookie_name = grafana_session
|
||||||
|
@ -223,6 +223,9 @@ log_queries =
|
|||||||
# Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
|
# Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
|
||||||
;viewers_can_edit = false
|
;viewers_can_edit = false
|
||||||
|
|
||||||
|
# Editors can administrate dashboard, folders and teams they create
|
||||||
|
;editors_can_own = false
|
||||||
|
|
||||||
[auth]
|
[auth]
|
||||||
# Login cookie name
|
# Login cookie name
|
||||||
;login_cookie_name = grafana_session
|
;login_cookie_name = grafana_session
|
||||||
|
Loading…
Reference in New Issue
Block a user