-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.env.example
More file actions
138 lines (117 loc) · 4.29 KB
/
.env.example
File metadata and controls
138 lines (117 loc) · 4.29 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
API_KEY=put_your_api_key_here
API_URL=http://host.docker.internal:7071/api/v1
API_BASE_PATH="/api/v1"
PORT=80
REDIS_URL=put_the_azure_redis_url_here
REDIS_PORT=put_the_azure_redis_port_here
REDIS_PASSWORD=put_the_azure_redis_password_here
PAGOPA_ECOMMERCE_BASE_URL="https://pagopa-ecommerce-prod"
PAGOPA_ECOMMERCE_API_KEY=foo
PAGOPA_ECOMMERCE_UAT_BASE_URL="https://pagopa-ecommerce-test"
PAGOPA_ECOMMERCE_UAT_API_KEY=bar
SHUTDOWN_SIGNALS="SIGINT SIGTERM"
SHUTDOWN_TIMEOUT_MILLIS=30000
NOTIFICATIONS_STORAGE_CONNECTION_STRING=foobar
NOTIFICATIONS_QUEUE_NAME=nqueuename
PUSH_NOTIFICATIONS_STORAGE_CONNECTION_STRING=foobar
PUSH_NOTIFICATIONS_QUEUE_NAME=nqueuename
ROOT_REDIRECT_URL=https://io.italia.it
# ------------------------------------
# Feature Flags
# ------------------------------------
FF_CGN_ENABLED=1
FF_IO_SIGN_ENABLED=1
FF_IO_FIMS_ENABLED=1
FF_CDC_ENABLED=1
# ------------------------------------
# FnAppMessages Env Variables
# ------------------------------------
APP_MESSAGES_API_KEY=put_your_api_key_here
APP_MESSAGES_API_URL=http://host.docker.internal:7073
# ------------------------------------
# IO_SIGN Env Variables
# ------------------------------------
IO_SIGN_API_KEY=put_your_api_key_here
IO_SIGN_API_URL=http://host.docker.internal:7075
IO_SIGN_API_BASE_PATH="/api/v1/sign"
IO_SIGN_SERVICE_ID="aIoSignServiceId"
# ------------------------------------
# IO_FIMS Env Variables
# ------------------------------------
IO_FIMS_API_KEY=put_your_api_key_here
IO_FIMS_API_URL=http://host.docker.internal:7075
IO_FIMS_API_BASE_PATH="/api/v1/fims"
# ------------------------------------
# CGN Env Variables
# ------------------------------------
CGN_API_KEY=put_your_api_key_here
CGN_API_URL=http://host.docker.internal:7073
CGN_API_BASE_PATH="/api/v1/cgn"
CGN_OPERATOR_SEARCH_API_KEY=put_your_api_key_here
CGN_OPERATOR_SEARCH_API_URL=http://host.docker.internal:7074
CGN_OPERATOR_SEARCH_API_BASE_PATH="/api/v1/cgn/operator-search"
# ------------------------------------
# CDC Env Variables
# ------------------------------------
CDC_SUPPORT_API_KEY=put_your_api_key_here
CDC_SUPPORT_API_URL=http://host.docker.internal:7073
CDC_SUPPORT_API_BASE_PATH="/api/v1"
CDC_SUPPORT_IO_API_BASE_PATH="/api/v1/cdc"
# ------------------------------------
# PEC SERVER support env Variables
# ------------------------------------
PECSERVERS_poste_url="http://io-mvl-server-mock:4000"
PECSERVERS_poste_basePath=""
PECSERVERS_poste_secret="aaaa"
PECSERVERS_poste_serviceId="1"
PECSERVERS_aruba_url="http://io-mvl-server-mock:4000"
PECSERVERS_aruba_basePath=""
PECSERVERS_aruba_secret="aaaa"
PECSERVERS_aruba_serviceId="2"
# ------------------------------------
# THIRD PARTY support env Variables
# ------------------------------------
THIRD_PARTY_CONFIG_LIST=""
# ------------------------------------
# PN Service Id
# ------------------------------------
PN_SERVICE_ID=aPNServiceId
PN_CONFIGURATION_ID="01HMRBX079WA6SGYBQP1A7FSKH"
FF_ROUTING_PUSH_NOTIF="ALL"
FF_ROUTING_PUSH_NOTIF_BETA_TESTER_SHA_LIST=foo
FF_ROUTING_PUSH_NOTIF_CANARY_SHA_USERS_REGEX="XYZ"
# ------------------------------------
# IO_X_USER_TOKEN
# ------------------------------------
FF_IO_X_USER_TOKEN=ALL
FF_IO_X_USER_TOKEN_BETA_TESTER_SHA_LIST=foo
FF_IO_X_USER_TOKEN_CANARY_SHA_USERS_REGEX="XYZ"
# ------------------------------------
# LOLLIPOP
# ------------------------------------
LOLLIPOP_API_KEY=put_your_api_key_here
LOLLIPOP_API_BASE_PATH="api/v1"
LOLLIPOP_API_URL="http://host.docker.internal:7078/api/v1"
# ------------------------------------
# UNIQUE EMAIL ENFORCEMENT
# ------------------------------------
FF_UNIQUE_EMAIL_ENFORCEMENT="BETA"
UNIQUE_EMAIL_ENFORCEMENT_USERS="GRBGPP87L04L741X"
# ------------------------------------
# SERVICES APP BACKEND
# ------------------------------------
SERVICES_APP_BACKEND_API_KEY=put_your_api_key_here
SERVICES_APP_BACKEND_BASE_PATH="/api/v2"
SERVICES_APP_BACKEND_API_URL="https://services-app-backend"
SERVICES_APP_BACKEND_API_BASE_PATH="/api/v1"
# ------------------------------------
# APP INSIGHT
# ------------------------------------
APPINSIGHTS_CLOUD_ROLE_NAME=io-p-app-appbackendl1
APPINSIGHTS_CONNECTION_STRING="aConnectionString"
APPINSIGHTS_DISABLE=false
APPINSIGHTS_SAMPLING_PERCENTAGE=100
# ------------------------------------
# APP BACKEND REQUIRED API KEY
# ------------------------------------
APP_BACKEND_PRIMARY_KEY=foo