update and add missing environments
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
esse3apiUsername=
|
||||
esse3apiPassword=
|
||||
+2
-2
@@ -3,6 +3,6 @@ variables:
|
||||
- name: rootUrl
|
||||
value: https://unipr2.esse3.pp.cineca.it
|
||||
- name: esse3apiUsername
|
||||
value: "{{process.env.apiUsername}}"
|
||||
value: "{{process.env.esse3apiUsername}}"
|
||||
- name: esse3apiPassword
|
||||
value: "{{process.env.apiPassword}}"
|
||||
value: "{{process.env.esse3apiPassword}}"
|
||||
@@ -0,0 +1,2 @@
|
||||
esse3apiUsername=
|
||||
esse3apiPassword=
|
||||
@@ -0,0 +1,6 @@
|
||||
name: "ESSE3 Common Auth Pre-Prod #2"
|
||||
variables:
|
||||
- name: esse3apiUsername
|
||||
value: "{{process.env.esse3apiUsername}}"
|
||||
- name: esse3apiPassword
|
||||
value: "{{process.env.esse3apiPassword}}"
|
||||
@@ -5,7 +5,7 @@ info:
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{IdemApiUrl}}/dipendente.php?cod_fis=CNCCRL76R01I153R"
|
||||
url: "{{IdemApiUrl}}/dipendente.php?cod_fis=SPRGRL67B15F611N"
|
||||
params:
|
||||
- name: cod_fis
|
||||
value: MMMPPL74T17E463A
|
||||
@@ -54,8 +54,12 @@ http:
|
||||
type: query
|
||||
disabled: true
|
||||
- name: cod_fis
|
||||
value: CNCCRL76R01I153R
|
||||
value: SPRGRL67B15F611N
|
||||
type: query
|
||||
- name: cod_fis
|
||||
value: RMGGNN82S16I496I
|
||||
type: query
|
||||
disabled: true
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
name: ORDS
|
||||
variables:
|
||||
- name: situasBaseUrl
|
||||
value: https://situas-servizi.istat.it/publish
|
||||
@@ -2,13 +2,21 @@ opencollection: 1.0.0
|
||||
|
||||
info:
|
||||
name: ORDS generated API for publish
|
||||
config:
|
||||
proxy:
|
||||
inherit: true
|
||||
config:
|
||||
protocol: http
|
||||
hostname: ""
|
||||
port: ""
|
||||
auth:
|
||||
username: ""
|
||||
password: ""
|
||||
bypassProxy: ""
|
||||
|
||||
request:
|
||||
variables:
|
||||
- name: baseUrl
|
||||
value: https://situas-servizi.istat.it/publish
|
||||
value: "{{situasBaseUrl}}"
|
||||
bundled: false
|
||||
extensions:
|
||||
ignore:
|
||||
- node_modules
|
||||
- .git
|
||||
extensions: {}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
ScopusApiKey1=
|
||||
ScopusApiKey2=
|
||||
@@ -1,9 +0,0 @@
|
||||
# Secrets
|
||||
.env*
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Scopus - Prod
|
||||
color: "#2E8A54"
|
||||
variables:
|
||||
- name: ScopusApiKey
|
||||
- name: ScopusApiKey1
|
||||
value: "{{process.env.ScopusApiKey1}}"
|
||||
- name: ScopusApiKey2
|
||||
value: "{{process.env.ScopusApiKey2}}"
|
||||
|
||||
@@ -17,7 +17,7 @@ config:
|
||||
request:
|
||||
headers:
|
||||
- name: X-ELS-APIKey
|
||||
value: "{{ScopusApiKey}}"
|
||||
value: "{{ScopusApiKey1}}"
|
||||
- name: X-ELS-APIKey
|
||||
value: "{{ScopusApiKey2}}"
|
||||
disabled: true
|
||||
|
||||
Reference in New Issue
Block a user