-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
54 lines (54 loc) · 2.26 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
dev:
TARGET_ENV: "dev"
SECRET_PATH: "./config/.secrets.yaml"
services:
nodo_per_pa:
url: "https://api.dev.platform.pagopa.it/nodo-auth/nodo-per-pa/v1"
subscription_key: "FORWARDER_SUBSCRIPTION_KEY"
node_for_psp:
url: "https://api.dev.platform.pagopa.it/nodo/node-for-psp/v1"
subscription_key: "NODO_SUBSCRIPTION_KEY"
nodo_per_pm_v1:
url: "https://api.dev.platform.pagopa.it/nodo/nodo-per-pm/v1"
subscription_key: "NODO_SUBSCRIPTION_KEY"
nodo_per_pm_v2:
url: "https://api.dev.platform.pagopa.it/nodo/nodo-per-pm/v2"
subscription_key: "TEST_NODO_SUBSCRIPTION_KEY"
gpd_core:
url: "https://api.dev.platform.pagopa.it/gpd/api/v2"
subscription_key: "GPD_SUBSCRIPTION_KEY"
# healthcheck: "/info" #when used, response would be code 500
wisp_converter:
url: "https://dev.wisp2.pagopa.it/wisp-converter/redirect/api/v1"
healthcheck: "/info"
technical_support:
url: "https://api.dev.platform.pagopa.it/technical-support/wisp-converter/api/v1"
subscription_key: "TECHNICAL_SUPPORT_SUBSCRIPTION_KEY"
healthcheck: "/info"
uat:
TARGET_ENV: "uat"
SECRET_PATH: "./config/.secrets.yaml"
services:
nodo_per_pa:
url: "https://api.uat.platform.pagopa.it/nodo-auth/nodo-per-pa/v1"
subscription_key: "FORWARDER_SUBSCRIPTION_KEY"
node_for_psp:
url: "https://api.uat.platform.pagopa.it/nodo/node-for-psp/v1"
subscription_key: "NODO_SUBSCRIPTION_KEY"
nodo_per_pm_v1:
url: "https://api.uat.platform.pagopa.it/nodo/nodo-per-pm/v1"
subscription_key: "NODO_SUBSCRIPTION_KEY"
nodo_per_pm_v2:
url: "https://api.uat.platform.pagopa.it/nodo/nodo-per-pm/v2"
subscription_key: "TEST_NODO_SUBSCRIPTION_KEY"
gpd_core:
url: "https://api.uat.platform.pagopa.it/gpd/api/v2"
subscription_key: "GPD_SUBSCRIPTION_KEY"
# healthcheck: "/info" #when used, response would be code 500
wisp_converter:
url: "https://uat.wisp2.pagopa.it/wisp-converter/redirect/api/v1"
healthcheck: "/info"
technical_support:
url: "https://api.uat.platform.pagopa.it/technical-support/wisp-converter/api/v1"
subscription_key: "TECHNICAL_SUPPORT_SUBSCRIPTION_KEY"
healthcheck: "/info"