Topics

Models

Config Values

{% for section in config_sections %}

[{{ section }}]

{% for key, value in config_values[section].items() %} {% if value.lower() in ['true', 'false'] %} {% else %} {% if key in ['password_for_auth', 'api_key'] %} {% elif value.lower() in ['true', 'false'] %} {% else %} {% endif %} {% endif %} {% endfor %}
{% endfor %}
Back to Home