mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Add allow list email domain configuration (#95882)
This commit is contained in:
parent
ba3a0d897b
commit
dd3bbbe317
@ -328,6 +328,8 @@ font_regular = DejaVuSansCondensed.ttf
|
|||||||
font_bold = DejaVuSansCondensed-Bold.ttf
|
font_bold = DejaVuSansCondensed-Bold.ttf
|
||||||
# Name of the TrueType font file with italic style
|
# Name of the TrueType font file with italic style
|
||||||
font_italic = DejaVuSansCondensed-Oblique.ttf
|
font_italic = DejaVuSansCondensed-Oblique.ttf
|
||||||
|
# Allowed domains to receive reports. Use * to allow all domains. Use a comma-separated list to allow multiple domains. Example: allowed_domains = grafana.com, example.org
|
||||||
|
allowed_domains = *
|
||||||
```
|
```
|
||||||
|
|
||||||
## Report settings
|
## Report settings
|
||||||
|
Loading…
Reference in New Issue
Block a user