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>
5 lines
267 B
JSON
5 lines
267 B
JSON
{
|
|
"listen_on":"127.0.0.1:{{ item['port'] }}",
|
|
"environment": "{{ item['mode'] | default('production') }}",
|
|
"database_url": "postgres://{{ item['dbuser'] }}:{{ item['dbpass'] }}@{{ item['dbhost'] }}:{{ item['dbport'] | default('5432') }}/{{ item['dbname'] }}"
|
|
}
|