generated from pagopa/pagopa-functions-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.settings.json.example
22 lines (22 loc) · 1.22 KB
/
local.settings.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "java",
"AzureWebJobsStorage": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;",
"FLOW_SA_CONNECTION_STRING": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",
"FLOWS_TABLE": "flows",
"FLOWS_QUEUE": "flowsid",
"OPTIONS_QUEUE": "optionsid",
"FLOWS_XML_BLOB": "blob",
"GPD_HOST": "http://localhost:8085",
"NODO_HOST": "http://localhost:8081/nodo-per-pa/v1",
"PAA_ID_INTERMEDIARIO": "1234",
"PAA_STAZIONE_INT": "1234_03",
"PAA_PASSWORD": "yourpassword",
"MAX_RETRY_QUEUING": 5,
"QUEUE_RETENTION_SEC": 86400,
"QUEUE_DELAY_SEC": 3600,
"MAX_ATTEMPTS": 2,
"DELAY_ATTEMPS": 2
}
}