---
name: log-cache-gateway

templates:
  bpm.yml.erb: config/bpm.yml
  ca.crt.erb: config/certs/ca.crt
  log_cache.crt.erb: config/certs/log_cache.crt
  log_cache.key.erb: config/certs/log_cache.key

packages:
- log-cache-gateway

provides:
- name: log-cache-gateway
  type: log-cache-gateway
  properties:
  - gateway_addr

consumes:
- name: log-cache
  type: log-cache

properties:
  gateway_addr:
    description: "The address for the log-cache-gateway to listen on"
    default: ":8081"
