Skip to content

Commit

Permalink
Merge pull request #219 from grafana/staging
Browse files Browse the repository at this point in the history
Chore: Staging to Prod
  • Loading branch information
Jayclifford345 authored Feb 11, 2025
2 parents e0a7416 + 8450a39 commit 78f1615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/alloy-proxy/config.alloy
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ loki.write "local" {
endpoint {
url = "https://logs-prod-021.grafana.net/loki/api/v1/push"
basic_auth {
username = "$LOKI_USERNAME"
password = "$LOKI_PASSWORD"
username = "$GRAFANA_CLOUD_USER"
password = "$GRAFANA_CLOUD_PASSWORD"
}
}
}
Expand Down

0 comments on commit 78f1615

Please sign in to comment.