Files
api-collections/collections/IRIS GW (Gateway) REST API (v1)/environments/IRIS - Prod.yml
T
2026-05-15 15:49:22 +02:00

10 lines
253 B
YAML

name: IRIS - Prod
color: "#2E8A54"
variables:
- name: IrisApiUrl
value: https://air.unipr.it/gw/rest/api
- name: IrisApiUsername
value: "{{process.env.IrisApiUsername}}"
- name: IrisApiPassword
value: "{{process.env.IrisApiPassword}}"