sensu-redis.json.j2 81 B

123456
  1. {
  2. "redis": {
  3. "host": "{{ redis_host }}",
  4. "port": {{ redis_port }}
  5. }
  6. }