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