From a95ad7ad41fb4a8cda6b7faaf89251ccfcae3b7a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 24 Feb 2025 13:39:18 +0100 Subject: [PATCH] fix params --- templates/config.alloy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.alloy.erb b/templates/config.alloy.erb index a29e2a0..b10d617 100644 --- a/templates/config.alloy.erb +++ b/templates/config.alloy.erb @@ -14,7 +14,7 @@ loki.source.file "system_logs" { loki.write "loki" { endpoint { - url = "https://loki.confdroid.com/loki/api/v1/push" + url = "<%= @ay_loki_url" basic_auth { username = "<%= @ay_loki_username %>" password = "<%= @ay_loki_userpass %>"