15 lines
344 B
Text
15 lines
344 B
Text
# 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
|