repertory-api/ain/base.ain

16 lines
344 B
Text
Raw Permalink Normal View History

2026-06-09 15:07:08 -04:00
# ain/base.ain
# Shared host and auth header — included by every other template.
# Variables are loaded from the project root .env automatically when
# ain is run from the project root.
# See env.example for the full list of variables.
[Host]
${REPERTORY_HOST}
[Headers]
X-API-Key: ${API_KEY}
Content-Type: application/json
[Backend]
curl