Skip to content

Commit

Permalink
update env var for allowing unsigned plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Smith committed Feb 24, 2022
1 parent b9f4ee4 commit cec5c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Looking for [Lightstep metrics](https://lightstep.com/metrics/) in Grafana? Chec

2. Install the plugin from the zip archive, [see Grafana documentation here](https://grafana.com/docs/grafana/latest/plugins/installation).

3. Modify the `allow_loading_unsigned_plugins` property in `grafana.ini` to the following value (or set using the env var `GF_ALLOW_LOADING_UNSIGNED_PLUGINS`):
3. Modify the `allow_loading_unsigned_plugins` property in `grafana.ini` to the following value (or set using the env var `GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS`):

```
[plugins]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- 3000:3000
environment:
- GF_ALLOW_LOADING_UNSIGNED_PLUGINS=lightstep-app,grafana-lightstep-datasource,grafana-lightstep-graph
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=lightstep-app,grafana-lightstep-datasource,grafana-lightstep-graph
- GF_LOG_LEVEL=debug
- GF_DEFAULT_APP_MODE=development
- LIGHTSTEP_API_KEY=${LIGHTSTEP_API_KEY}
Expand Down

0 comments on commit cec5c20

Please sign in to comment.