13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
#Base path for Snipe-IT instance, including the trailing slash
|
|
#e.g. https://snipe-it.contoso.com/api/v1/
|
|
SNIPEIT_URL=
|
|
|
|
|
|
#API Token generated from Snipe-IT -- instructions here:
|
|
#https://snipe-it.readme.io/reference/generating-api-tokens
|
|
SNIPEIT_TOKEN=
|
|
|
|
|
|
#The download location for AMIDEWINx64 and WINAIA -- should be a zip file.
|
|
AMIDEWINx64_URL=
|
|
WINAIA_URL= |