% # This template can be configure the following way with environment variables # CONSUL_TOOLS_SUFFIX: suffix for the address of consul tools # CONSUL_TOOLS_PREFIX: prefix for the address of consul tools # CONSUL_TOOLS: comma sperated list of consul tools tools = (ENV['CONSUL_TOOLS'] || 'criteo_choregraphies,checks,services,nodes,keys').split(",") suffix = ENV['CONSUL_TOOLS_PREFIX'] || '.html' prefix = ENV['CONSUL_TOOLS_SUFFIX'] || '' %>