add IRIS API username to env template

add IRIS API Accept header
This commit is contained in:
2026-05-15 15:49:22 +02:00
parent 57f5cdba7d
commit a32e57b4a3
3 changed files with 6 additions and 2 deletions
@@ -15,6 +15,9 @@ config:
bypassProxy: ""
request:
headers:
- name: Accept
value: "*/*"
auth:
type: basic
username: "{{IrisApiUsername}}"