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