Docs: update grafana-renderer auth token documentation (#93645)

This commit is contained in:
Roman Pertl
2024-09-26 11:08:31 +02:00
committed by GitHub
parent c63c5857df
commit fa4baa7c38

View File

@ -82,10 +82,12 @@ AUTH_TOKEN=-
```json ```json
{ {
"service": {
"security": { "security": {
"authToken": "-" "authToken": "-"
} }
} }
}
``` ```
See [Grafana configuration]({{< relref "../configure-grafana#renderer_token" >}}) for how to configure the token in Grafana. See [Grafana configuration]({{< relref "../configure-grafana#renderer_token" >}}) for how to configure the token in Grafana.