Skip to content

Commit

Permalink
update plugin id
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Jul 2, 2020
1 parent 87e341f commit 272e831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Run grafana in a docker container
docker run -d \
-p 3000:3000 \
-v "$(pwd)/..:/var/lib/grafana/plugins" \
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=rockset-datasource-backend" \
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=rockset-backend-datasource" \
--name=grafana \
grafana/grafana:7.0.5
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rockset-datasource-backendt",
"name": "rockset-backend-datasource",
"version": "0.1.0",
"description": "Rockset backend datasource",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "datasource",
"name": "Rockset",
"id": "rockset-datasource-backend",
"id": "rockset-backend-datasource",
"metrics": true,
"backend": true,
"alerting": true,
Expand Down

0 comments on commit 272e831

Please sign in to comment.