4 lines
104 B
JSON
4 lines
104 B
JSON
{% from "consul/map.jinja" import consul with context %}
|
|
{
|
|
"services": {{ consul.register | json }}
|
|
}
|