Initial Commit
slip slop
This commit is contained in:
commit
064e672ab7
61 changed files with 3504 additions and 0 deletions
15
ain/base.ain
Normal file
15
ain/base.ain
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue