@@ -110,11 +110,9 @@ Those are all Environment variables needed by the application:
110
110
| CGN_API_BASE_PATH | The root path for the backend cgn api endpoints | string |
111
111
| PORT | The HTTP port the Express server is listening to | int |
112
112
| REDIS_URL | The URL of a Redis instance | string |
113
- | PRE_SHARED_KEY | The key shared with the API backend to authenticate the webhook notifications | string |
114
113
| ALLOW_NOTIFY_IP_SOURCE_RANGE | The range in CIDR form of allowed IPs for the webhook notifications | string |
115
114
| NOTIFICATIONS_STORAGE_CONNECTION_STRING | Connection string to Azure queue storage for notification hub messages | string |
116
115
| NOTIFICATIONS_QUEUE_NAME | Queue name of Azure queue storage for notification hub messages | string |
117
- | ALLOW_SESSION_HANDLER_IP_SOURCE_RANGE | The range in CIDR form of IPs of service allowed to handle user sessions | string |
118
116
| AUTHENTICATION_BASE_PATH | The root path for the authentication endpoints | string |
119
117
| PAGOPA_API_URL_PROD | The url for the PagoPA api endpoints in prod mode | string |
120
118
| PAGOPA_API_KEY_PROD | The api-key needed to call the pagopa proxy API | string |
@@ -135,7 +133,6 @@ Those are all Environment variables needed by the application:
135
133
| APP_MESSAGES_API_KEY | The key used to authenticate to the io-functions-app-messages API | string |
136
134
| APP_MESSAGES_API_URL | The io-functions-app-messages URL | string |
137
135
| THIRD_PARTY_CONFIG_LIST | (Optional, default empty) A list of ThirdParty Configuration | stringified JSON |
138
- | IS_APPBACKENDLI | (Optional, default false) Enables notify and session lock endpoints working only on appbackendli | boolean |
139
136
| FF_PN_ACTIVATION_ENABLED | (Optional) Enable the integration with PN for Service Activation (1 enabled) | int |
140
137
| PN_ACTIVATION_BASE_PATH | (Required if FF_PN_ACTIVATION_ENABLED = 1) base path for activation endpoint | string |
141
138
| PN_API_KEY | (Required if FF_PN_ACTIVATION_ENABLED = 1) PN API key for production environment | string |
@@ -149,10 +146,6 @@ Those are all Environment variables needed by the application:
149
146
| LOLLIPOP_API_KEY | The key used to authenticate to the io-function-lollipop API | string |
150
147
| LOLLIPOP_API_URL | The io-function-lollipop URL | string |
151
148
| LOLLIPOP_API_BASE_PATH | The io-function-lollipop api base path | string |
152
- | LOLLIPOP_REVOKE_STORAGE_CONNECTION_STRING | Connection string to Azure queue storage for revoke Users lollipop PubKeys | string |
153
- | LOLLIPOP_REVOKE_QUEUE_NAME | Queue name of Azure queue storage for revoke Users lollipop PubKeys | string |
154
- | LOCKED_PROFILES_STORAGE_CONNECTION_STRING | Connection string to Azure queue storage for locked profiles table | string |
155
- | LOCKED_PROFILES_TABLE_NAME | The locked profiles table name | string |
156
149
| FF_UNIQUE_EMAIL_ENFORCEMENT | (Optional) Enable the unique email enforcement policy. Default: NONE | string (enum: NONE, BETA, ALL) |
157
150
| UNIQUE_EMAIL_ENFORCEMENT_USERS | (Optional) Comma separated list of UNIQUE_EMAIL_ENFORCEMENT beta testers. Default: empty array | string |
158
151
| SERVICES_APP_BACKEND_BASE_PATH | New Service APIs(include search engine) basepath | string |
@@ -174,7 +167,6 @@ Notes:
174
167
If you are trying to run the docker images on your local environment (through the docker-compose) you must set the following variables:
175
168
* NOTIFICATIONS_STORAGE_CONNECTION_STRING
176
169
* PUSH_NOTIFICATIONS_STORAGE_CONNECTION_STRING
177
- * LOLLIPOP_REVOKE_STORAGE_CONNECTION_STRING
178
170
With this **connection string** as value:
179
171
* DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:20003/devstoreaccount1;QueueEndpoint=http://127.0.0.1:20004/devstoreaccount1;TableEndpoint=http://127.0.0.1:20005/devstoreaccount1;
180
172
0 commit comments