mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Docs: fix typo (#63032)
This commit is contained in:
parent
4fd7743b81
commit
c4909a6c2b
@ -158,7 +158,7 @@ To forward requests through the Grafana proxy, you need to configure one or more
|
||||
|
||||
Grafana sends the proxy route to the server, where the data source proxy decrypts any sensitive data and interpolates the template variables with the decrypted data before making the request.
|
||||
|
||||
To add user-defined configuration to your routes, add `{{ .JsonData.apiKey }}` to the route, where `apiKey` is the name of a property in the `jsonData` object.
|
||||
To add user-defined configuration to your routes, for example, add `{{ .JsonData.projectId }}` to the route, where `projectId` is the name of a property in the `jsonData` object.
|
||||
|
||||
```json
|
||||
"routes": [
|
||||
|
Loading…
Reference in New Issue
Block a user