Skip to content

Commit

Permalink
fix wrong url
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information
daixiang0 committed Dec 17, 2018
1 parent 61db567 commit d5629a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ datasources:
basicAuthPassword: test_password
```

Make sure to adjust the url and authentication to your needs, the url should be:
- `http://localhost:3100` when run Loki locally
- `http://loki:3100` when run Loki with docker or docker-compose
basicAuthUser and basicAuthPassword should same as your Grafana setting.

## Further Reading

- The original [design doc](https://docs.google.com/document/d/11tjK_lvp1-SVsFZjgOTr1vV3-q6vBAsZYIQ5ZeYBkyM/view) for Loki is a good source for discussion of the motivation and design decisions.
Expand Down

0 comments on commit d5629a7

Please sign in to comment.