Sigh, toml syntax

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-21 18:43:27 -08:00
parent aa2a002a96
commit f12e26a781

View file

@ -46,12 +46,12 @@ routing_keys = [{% for key in fedora_nightlies_amqp_routing_keys %}"{{ key }}",{
# JSON data file location. If not set, default # JSON data file location. If not set, default
# /var/lib/fedora_nightlies/nightlies.json will be used # /var/lib/fedora_nightlies/nightlies.json will be used
{% if fedora_nightlies_amqp_data_file is defined %} {% if fedora_nightlies_amqp_data_file is defined %}
datafile = {{ fedora_nightlies_amqp_data_file }} datafile = "{{ fedora_nightlies_amqp_data_file }}"
{% endif %} {% endif %}
# HTML output file location. If not set, default # HTML output file location. If not set, default
# /var/www/fedora_nightlies/nightlies.html will be used # /var/www/fedora_nightlies/nightlies.html will be used
{% if fedora_nightlies_amqp_html_file is defined %} {% if fedora_nightlies_amqp_html_file is defined %}
htmlfile = {{ fedora_nightlies_amqp_html_file }} htmlfile = "{{ fedora_nightlies_amqp_html_file }}"
{% endif %} {% endif %}
[qos] [qos]