{% for config, val in { "API URL": ("trp_api_url", "trp API to connect to"), "Domain Suffix": ("trp_domain_suffix", "Will be used to generated the access link of a challenge"), "Listening Port": ("trp_listening_port", "Will be used to generated the access link of a challenge"), }.items() %} {% set value = get_config('whale:' + val[0]) %}
{% endfor %}