From aab4a640ec5eab44adf6b2981d5a62078c9d7b14 Mon Sep 17 00:00:00 2001 From: Alexandru Constantin Cardas <33327716+cardasac@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:29:06 +0100 Subject: [PATCH] Change from config.river to config.alloy (#225) --- roles/alloy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/alloy/README.md b/roles/alloy/README.md index 39646ebf..31129fd1 100644 --- a/roles/alloy/README.md +++ b/roles/alloy/README.md @@ -22,7 +22,7 @@ Available variables with their default values are listed below (`defaults/main.y | `installation_dir` | Directory where Grafana Alloy binary is to be installed. Must be present. | "/usr/local/bin" | | `environment_file` | Name of the environment file for the Grafana Alloy service. | "service.env" | | `config_dir` | Directory for Grafana Alloy configuration. | "/etc/alloy" | -| `config_file` | Configuration file name for Grafana Alloy. | "config.river" | +| `config_file` | Configuration file name for Grafana Alloy. | "config.alloy" | | `service_user` | User under which the Grafana Alloy service will run. | "alloy" | | `service_group` | Group under which the Grafana Alloy service will run. | "alloy" | | `working_dir` | Working directory for the Grafana Alloy service. | "/var/lib/alloy" |