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
|
- name: rootUrl
|
||||||
value: https://unipr2.esse3.pp.cineca.it
|
value: https://unipr2.esse3.pp.cineca.it
|
||||||
- name: esse3apiUsername
|
- name: esse3apiUsername
|
||||||
value: "{{process.env.apiUsername}}"
|
value: "{{process.env.esse3apiUsername}}"
|
||||||
- name: esse3apiPassword
|
- 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:
|
http:
|
||||||
method: GET
|
method: GET
|
||||||
url: "{{IdemApiUrl}}/dipendente.php?cod_fis=CNCCRL76R01I153R"
|
url: "{{IdemApiUrl}}/dipendente.php?cod_fis=SPRGRL67B15F611N"
|
||||||
params:
|
params:
|
||||||
- name: cod_fis
|
- name: cod_fis
|
||||||
value: MMMPPL74T17E463A
|
value: MMMPPL74T17E463A
|
||||||
@@ -54,8 +54,12 @@ http:
|
|||||||
type: query
|
type: query
|
||||||
disabled: true
|
disabled: true
|
||||||
- name: cod_fis
|
- name: cod_fis
|
||||||
value: CNCCRL76R01I153R
|
value: SPRGRL67B15F611N
|
||||||
type: query
|
type: query
|
||||||
|
- name: cod_fis
|
||||||
|
value: RMGGNN82S16I496I
|
||||||
|
type: query
|
||||||
|
disabled: true
|
||||||
auth: inherit
|
auth: inherit
|
||||||
|
|
||||||
settings:
|
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:
|
info:
|
||||||
name: ORDS generated API for publish
|
name: ORDS generated API for publish
|
||||||
|
config:
|
||||||
|
proxy:
|
||||||
|
inherit: true
|
||||||
|
config:
|
||||||
|
protocol: http
|
||||||
|
hostname: ""
|
||||||
|
port: ""
|
||||||
|
auth:
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
bypassProxy: ""
|
||||||
|
|
||||||
request:
|
request:
|
||||||
variables:
|
variables:
|
||||||
- name: baseUrl
|
- name: baseUrl
|
||||||
value: https://situas-servizi.istat.it/publish
|
value: "{{situasBaseUrl}}"
|
||||||
bundled: false
|
bundled: false
|
||||||
extensions:
|
extensions: {}
|
||||||
ignore:
|
|
||||||
- node_modules
|
|
||||||
- .git
|
|
||||||
|
|||||||
@@ -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
|
name: Scopus - Prod
|
||||||
color: "#2E8A54"
|
color: "#2E8A54"
|
||||||
variables:
|
variables:
|
||||||
- name: ScopusApiKey
|
- name: ScopusApiKey1
|
||||||
value: "{{process.env.ScopusApiKey1}}"
|
value: "{{process.env.ScopusApiKey1}}"
|
||||||
- name: ScopusApiKey2
|
- name: ScopusApiKey2
|
||||||
value: "{{process.env.ScopusApiKey2}}"
|
value: "{{process.env.ScopusApiKey2}}"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ config:
|
|||||||
request:
|
request:
|
||||||
headers:
|
headers:
|
||||||
- name: X-ELS-APIKey
|
- name: X-ELS-APIKey
|
||||||
value: "{{ScopusApiKey}}"
|
value: "{{ScopusApiKey1}}"
|
||||||
- name: X-ELS-APIKey
|
- name: X-ELS-APIKey
|
||||||
value: "{{ScopusApiKey2}}"
|
value: "{{ScopusApiKey2}}"
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user