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
This commit is contained in:
+22
-8
@@ -1,27 +1,41 @@
|
||||
{
|
||||
"Config": {
|
||||
"ExcludeFromBruno": [
|
||||
"elixFormsApiUrl",
|
||||
"elixFormsApiUrl_Default",
|
||||
"esse3apiRootUrl",
|
||||
"IdemApiUrl",
|
||||
"IrisApiUrl"
|
||||
]
|
||||
},
|
||||
"API": {
|
||||
"elixForms API v2": {
|
||||
"elixFormsWsAuthenticationToken": null,
|
||||
"elixFormsApiUrl": "https://procedure.unipr.it/eF/services/api",
|
||||
"elixFormsApiUrl_Default": "https://procedure.unipr.it/eF/api",
|
||||
"elixFormsApiUsername": null,
|
||||
"elixFormsApiPassword": null,
|
||||
"elixFormsApiUsername": 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": {
|
||||
"IdemApiPassword_Test": null,
|
||||
"IdemApiPassword_Prod": null,
|
||||
"IdemApiKey_Prod": null,
|
||||
"IdemApiKey_Test": null
|
||||
"IdemApiUrl": "https://www.idem.unipr.it/ws/elix",
|
||||
"IdemApiUsername": null,
|
||||
"IdemApiPassword": null,
|
||||
"IdemApiKey": null
|
||||
},
|
||||
"IRIS GW (Gateway) REST API (v1)": {
|
||||
"IrisApiPassword": null,
|
||||
"IrisApiUsername": null
|
||||
"IrisApiUrl": "https://air.unipr.it/gw/rest/api",
|
||||
"IrisApiUsername": null,
|
||||
"IrisApiPassword": null
|
||||
},
|
||||
"Scopus": {
|
||||
"ScopusApiKey1": null,
|
||||
|
||||
Reference in New Issue
Block a user