generated from pagopa/pagopa-functions-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
18 lines (18 loc) · 1.04 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;TableEndpoint=http://127.0.0.1:10002/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
# in seconds
DELAY_ATTEMPS=2