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:
@@ -0,0 +1,11 @@
|
||||
name: Produzione
|
||||
color: "#2E8A54"
|
||||
variables:
|
||||
- name: IdemApiUrl
|
||||
value: https://www.idem.unipr.it/ws/elix
|
||||
- name: IdemApiUsername
|
||||
value: "{{process.env.IdemApiUsername}}"
|
||||
- name: IdemApiPassword
|
||||
value: "{{process.env.IdemApiPassword}}"
|
||||
- name: IdemApiKey
|
||||
value: "{{process.env.IdemApiKey}}"
|
||||
Reference in New Issue
Block a user