Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
176 B
Django/Jinja
8 lines
176 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% for env_var in item.environment_list %}
|
|
{{ env_var }}
|
|
{% endfor %}
|
|
{% if item.debug is defined and item.debug %}
|
|
RUST_LOG=sqlpage=debug
|
|
{% endif %}
|