mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-14 21:35:25 +00:00
wip
This commit is contained in:
parent
6edfb1b2cb
commit
4c4482d579
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ loki.process "filter_logs" {
|
||||||
|
|
||||||
loki.write "grafana_loki" {
|
loki.write "grafana_loki" {
|
||||||
endpoint {
|
endpoint {
|
||||||
url = sys.env("GRAFANA_ENDPOINT")
|
url = sys.env("GRAFANA_LOKI_ENDPOINT")
|
||||||
|
|
||||||
basic_auth {
|
basic_auth {
|
||||||
username = sys.env("GRAFANA_USERNAME")
|
username = sys.env("GRAFANA_USERNAME")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue