formula-consul/consul/files/services.json

5 lines
104 B
JSON
Raw Normal View History

2015-10-09 17:39:53 -04:00
{% from "consul/map.jinja" import consul with context %}
{
2015-10-09 18:21:19 -04:00
"services": {{ consul.register | json }}
2015-10-09 17:39:53 -04:00
}