Skip to content

Commit cf4a434

Browse files
authored
Merge pull request #93 from phillipsj/patch-1
Updating the access_mode setting description.
2 parents 0e40d16 + 88ab03a commit cf4a434

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docs/r/data_source.html.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ The following arguments are supported:
9494
database to use on the selected data source server.
9595

9696
* `access_mode` - (Optional) The method by which the browser-based Grafana
97-
application will access the data source. The default is "proxy", which means
97+
application will access the data source. The default is `proxy`, which means
9898
that the application will make requests via a proxy endpoint on the Grafana
99-
server.
99+
server. Proxy is displayed in the Grafana admin as Server. Another possible value is
100+
`direct` which is displayed in the Grafana admin as Browser.
100101

101102
JSON Data (`json_data`) supports the following:
102103

0 commit comments

Comments
 (0)