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:
@@ -2,9 +2,7 @@ name: elixForms - Prod
|
||||
color: "#2E8A54"
|
||||
variables:
|
||||
- name: elixFormsApiUrl
|
||||
value: "{{elixFormsRootUrl}}/eF/services/api"
|
||||
- name: elixFormsRootUrl
|
||||
value: https://procedure.unipr.it
|
||||
value: https://procedure.unipr.it/eF/services/api
|
||||
- name: elixFormsApiUsername
|
||||
value: "{{process.env.elixFormsApiUsername}}"
|
||||
- name: elixRegisterResultColumns
|
||||
@@ -12,6 +10,6 @@ variables:
|
||||
- name: elixFormsWsAuthenticationToken
|
||||
value: "{{process.env.elixFormsWsAuthenticationToken}}"
|
||||
- name: elixFormsApiUrl_Default
|
||||
value: "{{elixFormsRootUrl}}/eF/api"
|
||||
value: https://procedure.unipr.it/eF/api
|
||||
- name: elixFormsApiPassword
|
||||
value: "{{process.env.elixFormsApiPassword}}"
|
||||
|
||||
Reference in New Issue
Block a user