summaryrefslogtreecommitdiff
path: root/salt/openbook/customer_web_ui/files/customer_web_ui.json
blob: 94e7c19bb846d84af897f57fe8156a277ff8f54f (plain)
1
2
3
4
5
6
7
8
{
    "log.path": "{{ pillar["customer_web_ui"]["log"] }}"
{% raw %}
{% if "True" == openbook_install_customer_web_ui|string() %}
    ,"application.port": {{ openbook_customer_web_ui_port }}
{% endif %}
{% endraw %}
}