Skip to content
Snippets Groups Projects
Unverified Commit a6164c39 authored by David's avatar David Committed by GitHub
Browse files

Merge pull request #119 from daixiang0/fix-url

fix wrong url
parents 4d78e165 d5629a77
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment