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,9 +82,11 @@ AUTH_TOKEN=-
```json ```json
{ {
"service": {
"security": { "security": {
"authToken": "-" "authToken": "-"
} }
}
} }
``` ```