From 769f46601f883e83620a35d6c01981715cfe3902 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 15 Feb 2025 15:15:19 +0300 Subject: [PATCH] infra: added redis-exporter folder --- solution/infrastructure/redis-exporter/.env.template | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 solution/infrastructure/redis-exporter/.env.template diff --git a/solution/infrastructure/redis-exporter/.env.template b/solution/infrastructure/redis-exporter/.env.template new file mode 100644 index 0000000..d1fc912 --- /dev/null +++ b/solution/infrastructure/redis-exporter/.env.template @@ -0,0 +1,2 @@ +REDIS_ADDR=redis://redis:6379 +REDIS_EXPORTER_PING_ON_CONNECT=true