From 4f14efbfc556607d651c354951dd2ce7edcd835b Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Thu, 27 Aug 2026 09:45:24 +0200 Subject: [PATCH] update environment files after update to bruno 4.x --- .../environments/ESSE3 Anagrafica Pre-Prod #2.yml | 3 +++ .../environments/ESSE3 Common Auth Pre-Prod #2.yml | 3 +++ bruno/collections/IDEM WebServices/.env.template | 2 +- .../collections/IDEM WebServices/environments/Produzione.yml | 4 ++++ bruno/collections/IDEM WebServices/environments/Test.yml | 4 ++++ .../environments/IRIS - Prod.yml | 3 +++ .../ORDS generated API for publish/environments/ORDS.yml | 1 + bruno/collections/Scopus/environments/Scopus - Prod.yml | 2 ++ 8 files changed, 21 insertions(+), 1 deletion(-) diff --git a/bruno/collections/ESSE3 Anagrafica API/environments/ESSE3 Anagrafica Pre-Prod #2.yml b/bruno/collections/ESSE3 Anagrafica API/environments/ESSE3 Anagrafica Pre-Prod #2.yml index 7cfd6dc..470cc43 100644 --- a/bruno/collections/ESSE3 Anagrafica API/environments/ESSE3 Anagrafica Pre-Prod #2.yml +++ b/bruno/collections/ESSE3 Anagrafica API/environments/ESSE3 Anagrafica Pre-Prod #2.yml @@ -2,7 +2,10 @@ name: "ESSE3 Anagrafica Pre-Prod #2" variables: - name: esse3apiRootUrl value: https://unipr2.esse3.pp.cineca.it + description: "" - name: esse3apiUsername value: "{{process.env.esse3apiUsername}}" + description: "" - name: esse3apiPassword value: "{{process.env.esse3apiPassword}}" + description: "" diff --git a/bruno/collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml b/bruno/collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml index b4148d6..9c1b57b 100644 --- a/bruno/collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml +++ b/bruno/collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml @@ -2,7 +2,10 @@ name: "ESSE3 Common Auth Pre-Prod #2" variables: - name: esse3apiUsername value: "{{process.env.esse3apiUsername}}" + description: "" - name: esse3apiPassword value: "{{process.env.esse3apiPassword}}" + description: "" - name: esse3apiRootUrl value: https://unipr2.esse3.pp.cineca.it/e3rest/api + description: "" diff --git a/bruno/collections/IDEM WebServices/.env.template b/bruno/collections/IDEM WebServices/.env.template index 9bc94ce..917c195 100644 --- a/bruno/collections/IDEM WebServices/.env.template +++ b/bruno/collections/IDEM WebServices/.env.template @@ -1,3 +1,3 @@ IdemApiUsername= IdemApiPassword= -IdemApiKey= +IdemApiKey= \ No newline at end of file diff --git a/bruno/collections/IDEM WebServices/environments/Produzione.yml b/bruno/collections/IDEM WebServices/environments/Produzione.yml index a8405de..4933a27 100644 --- a/bruno/collections/IDEM WebServices/environments/Produzione.yml +++ b/bruno/collections/IDEM WebServices/environments/Produzione.yml @@ -3,9 +3,13 @@ color: "#2E8A54" variables: - name: IdemApiUrl value: https://www.idem.unipr.it/ws/elix + description: "" - name: IdemApiUsername value: "{{process.env.IdemApiUsername}}" + description: "" - name: IdemApiPassword value: "{{process.env.IdemApiPassword}}" + description: "" - name: IdemApiKey value: "{{process.env.IdemApiKey}}" + description: "" diff --git a/bruno/collections/IDEM WebServices/environments/Test.yml b/bruno/collections/IDEM WebServices/environments/Test.yml index 131863b..d6faed0 100644 --- a/bruno/collections/IDEM WebServices/environments/Test.yml +++ b/bruno/collections/IDEM WebServices/environments/Test.yml @@ -3,9 +3,13 @@ color: "#C77A0F" variables: - name: IdemApiUrl value: https://www.idem2.unipr.it/ws/elix + description: "" - name: IdemApiUsername value: "{{process.env.IdemApiUsername}}" + description: "" - name: IdemApiPassword value: "{{process.env.IdemApiPassword}}" + description: "" - name: IdemApiKey value: "{{process.env.IdemApiKey}}" + description: "" diff --git a/bruno/collections/IRIS GW (Gateway) REST API (v1)/environments/IRIS - Prod.yml b/bruno/collections/IRIS GW (Gateway) REST API (v1)/environments/IRIS - Prod.yml index e63a503..a3ae478 100644 --- a/bruno/collections/IRIS GW (Gateway) REST API (v1)/environments/IRIS - Prod.yml +++ b/bruno/collections/IRIS GW (Gateway) REST API (v1)/environments/IRIS - Prod.yml @@ -3,7 +3,10 @@ color: "#2E8A54" variables: - name: IrisApiUrl value: https://air.unipr.it/gw/rest/api + description: "" - name: IrisApiUsername value: "{{process.env.IrisApiUsername}}" + description: "" - name: IrisApiPassword value: "{{process.env.IrisApiPassword}}" + description: "" diff --git a/bruno/collections/ORDS generated API for publish/environments/ORDS.yml b/bruno/collections/ORDS generated API for publish/environments/ORDS.yml index 50a2943..22a7821 100644 --- a/bruno/collections/ORDS generated API for publish/environments/ORDS.yml +++ b/bruno/collections/ORDS generated API for publish/environments/ORDS.yml @@ -2,3 +2,4 @@ name: ORDS variables: - name: situasBaseUrl value: https://situas-servizi.istat.it/publish + description: "" diff --git a/bruno/collections/Scopus/environments/Scopus - Prod.yml b/bruno/collections/Scopus/environments/Scopus - Prod.yml index afe09ff..650bc6e 100644 --- a/bruno/collections/Scopus/environments/Scopus - Prod.yml +++ b/bruno/collections/Scopus/environments/Scopus - Prod.yml @@ -3,5 +3,7 @@ color: "#2E8A54" variables: - name: ScopusApiKey1 value: "{{process.env.ScopusApiKey1}}" + description: "" - name: ScopusApiKey2 value: "{{process.env.ScopusApiKey2}}" + description: ""