Files
api-collections/env.json.template
T
pierpaolo.mammi ca9ba75c21 major refactor
- change autogenerated folder to autodocs/httpyac
- renamed many environment variables
- add config section to env template to manage different apps
- cleanup bruno environments for easier automation of env files
- add pre-request and post-response scripts from bruno
- manage EFTL-specific scripts
- add scripts to setup json template
- add scripts to update environment files
2026-07-14 13:32:59 +02:00

45 lines
1.3 KiB
Plaintext

{
"Config": {
"ExcludeFromBruno": [
"elixFormsApiUrl",
"elixFormsApiUrl_Default",
"esse3apiRootUrl",
"IdemApiUrl",
"IrisApiUrl"
]
},
"API": {
"elixForms API v2": {
"elixFormsApiUrl": "https://procedure.unipr.it/eF/services/api",
"elixFormsApiUrl_Default": "https://procedure.unipr.it/eF/api",
"elixFormsApiUsername": null,
"elixFormsApiPassword": null,
"elixFormsWsAuthenticationToken": null
},
"ESSE3 Anagrafica API": {
"esse3apiRootUrl": "https://unipr2.esse3.pp.cineca.it/e3rest/api",
"esse3apiUsername": null,
"esse3apiPassword": null
},
"ESSE3 Common Auth API": {
"esse3apiRootUrl": "https://unipr2.esse3.pp.cineca.it/e3rest/api",
"esse3apiUsername": null,
"esse3apiPassword": null
},
"IDEM WebServices": {
"IdemApiUrl": "https://www.idem.unipr.it/ws/elix",
"IdemApiUsername": null,
"IdemApiPassword": null,
"IdemApiKey": null
},
"IRIS GW (Gateway) REST API (v1)": {
"IrisApiUrl": "https://air.unipr.it/gw/rest/api",
"IrisApiUsername": null,
"IrisApiPassword": null
},
"Scopus": {
"ScopusApiKey1": null,
"ScopusApiKey2": null
}
}
}