Skip to content

Commit

Permalink
Formatting README
Browse files Browse the repository at this point in the history
  • Loading branch information
davkal authored Dec 17, 2018
1 parent a6164c3 commit 69d0f18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,12 @@ datasources:
basicAuthPassword: test_password
```

Make sure to adjust the url and authentication to your needs, the url should be:
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.
- `http://loki:3100` when run Loki with docker-compose

`basicAuthUser` and `basicAuthPassword` should same as your Grafana setting.

## Further Reading

Expand Down

0 comments on commit 69d0f18

Please sign in to comment.