Add doc, enable anonymouse access
This commit is contained in:
parent
e92913f7d8
commit
0d61ec65bd
@ -4,3 +4,6 @@ force_migration = true
|
|||||||
domain = grafana.jafner.net
|
domain = grafana.jafner.net
|
||||||
root_url = %(protocol)s://%(domain)s/
|
root_url = %(protocol)s://%(domain)s/
|
||||||
force_migration = true
|
force_migration = true
|
||||||
|
|
||||||
|
[auth.anonymous]
|
||||||
|
enabled = true
|
@ -1,3 +1,6 @@
|
|||||||
|
# Hey dufus, this is just for your reference. This file is not actually referenced in the code.
|
||||||
|
# Use custom.ini to override default values.
|
||||||
|
|
||||||
##################### Grafana Configuration Defaults #####################
|
##################### Grafana Configuration Defaults #####################
|
||||||
#
|
#
|
||||||
# Do not modify this file in grafana installs
|
# Do not modify this file in grafana installs
|
||||||
@ -440,7 +443,7 @@ sigv4_verbose_logging = false
|
|||||||
#################################### Anonymous Auth ######################
|
#################################### Anonymous Auth ######################
|
||||||
[auth.anonymous]
|
[auth.anonymous]
|
||||||
# enable anonymous access
|
# enable anonymous access
|
||||||
enabled = true
|
enabled = false
|
||||||
|
|
||||||
# specify organization name that should be used for unauthenticated users
|
# specify organization name that should be used for unauthenticated users
|
||||||
org_name = Main Org.
|
org_name = Main Org.
|
||||||
|
Loading…
Reference in New Issue
Block a user