From ef282d38334a51790e6db425c06ebb93685f4edc Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 6 May 2026 18:20:16 +0200 Subject: [PATCH] add param in config file --- config/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config.yml b/config/config.yml index 23a6ece..10686db 100644 --- a/config/config.yml +++ b/config/config.yml @@ -23,4 +23,7 @@ schema_config: storage_config: filesystem: - directory: /loki/chunks \ No newline at end of file + directory: /loki/chunks + +limits_config: + volume_enable: true \ No newline at end of file