Add doc, enable anonymouse access

This commit is contained in:
Joey Hafner 2022-06-21 23:31:21 -07:00
parent e92913f7d8
commit 0d61ec65bd
2 changed files with 7 additions and 1 deletions

View File

@ -4,3 +4,6 @@ force_migration = true
domain = grafana.jafner.net
root_url = %(protocol)s://%(domain)s/
force_migration = true
[auth.anonymous]
enabled = true

View File

@ -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 #####################
#
# Do not modify this file in grafana installs
@ -440,7 +443,7 @@ sigv4_verbose_logging = false
#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
enabled = true
enabled = false
# specify organization name that should be used for unauthenticated users
org_name = Main Org.