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:
@@ -1,6 +1,6 @@
|
||||
name: "ESSE3 Pre-Prod #2"
|
||||
name: "ESSE3 Anagrafica Pre-Prod #2"
|
||||
variables:
|
||||
- name: rootUrl
|
||||
- name: esse3apiRootUrl
|
||||
value: https://unipr2.esse3.pp.cineca.it
|
||||
- name: esse3apiUsername
|
||||
value: "{{process.env.esse3apiUsername}}"
|
||||
|
||||
@@ -21,7 +21,7 @@ request:
|
||||
password: "{{esse3apiPassword}}"
|
||||
variables:
|
||||
- name: baseUrl
|
||||
value: "{{rootUrl}}/e3rest/api/anagrafica-service-v2"
|
||||
value: "{{esse3apiRootUrl}}/anagrafica-service-v2"
|
||||
bundled: false
|
||||
extensions:
|
||||
bruno:
|
||||
|
||||
Reference in New Issue
Block a user