Skip to content

Commit

Permalink
[PRDP-239] feat: Updated .env.example and helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyey committed Nov 29, 2023
1 parent 51ac196 commit 8e1cffe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ RECEIPT_QUEUE_CONN_STRING=DefaultEndpointsProtocol=https;AccountName=<YOUR_STORA
RECEIPT_QUEUE_TOPIC=pagopa-d-weu-receipts-queue-receipt-waiting-4-gen
RECEIPT_QUEUE_DELAY=1

BLOB_STORAGE_ACCOUNT_ENDPOINT=https://pagopadweureceiptsfnsa.blob.core.windows.net/
BLOB_STORAGE_CONTAINER_NAME=pagopa-d-weu-receipts-azure-blob-receipt-st-attach

COSMOS_BIZ_EVENT_CONN_STRING=AccountEndpoint=https://pagopa-d-weu-bizevents-ds-cosmos-account.documents.azure.com:443/;AccountKey=<YOUR_COSMOS_KEY>
COSMOS_RECEIPTS_CONN_STRING=AccountEndpoint=https://pagopa-d-weu-receipts-ds-cosmos-account.documents.azure.com:443/;AccountKey=<YOUR_COSMOS_KEY>

Expand Down
3 changes: 3 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ microservice-chart:
COSMOS_RECEIPT_CONTAINER_NAME: "receipts"
COSMOS_RECEIPT_ERROR_CONTAINER_NAME: "receipts-message-errors"
COSMOS_BIZ_EVENT_CONTAINER_NAME: "biz-events"
BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopadweureceiptsfnsa.blob.core.windows.net/"
BLOB_STORAGE_CONTAINER_NAME: "pagopa-d-weu-receipts-azure-blob-receipt-st-attach"
WORKING_DIRECTORY_PATH: "/temp"
PDV_TOKENIZER_BASE_PATH: "https://api.uat.tokenizer.pdv.pagopa.it/tokenizer/v1"
PDV_TOKENIZER_INITIAL_INTERVAL: "200"
PDV_TOKENIZER_MULTIPLIER: "2.0"
Expand Down
3 changes: 3 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ microservice-chart:
COSMOS_RECEIPT_CONTAINER_NAME: "receipts"
COSMOS_RECEIPT_ERROR_CONTAINER_NAME: "receipts-message-errors"
COSMOS_BIZ_EVENT_CONTAINER_NAME: "biz-events"
BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopapweureceiptsfnsa.blob.core.windows.net"
BLOB_STORAGE_CONTAINER_NAME: "pagopa-p-weu-receipts-azure-blob-receipt-st-attach"
WORKING_DIRECTORY_PATH: "/temp"
PDV_TOKENIZER_BASE_PATH: "https://api.tokenizer.pdv.pagopa.it/tokenizer/v1"
PDV_TOKENIZER_INITIAL_INTERVAL: "200"
PDV_TOKENIZER_MULTIPLIER: "2.0"
Expand Down
3 changes: 3 additions & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ microservice-chart:
COSMOS_RECEIPT_CONTAINER_NAME: "receipts"
COSMOS_RECEIPT_ERROR_CONTAINER_NAME: "receipts-message-errors"
COSMOS_BIZ_EVENT_CONTAINER_NAME: "biz-events"
BLOB_STORAGE_ACCOUNT_ENDPOINT: "https://pagopauweureceiptsfnsa.blob.core.windows.net"
BLOB_STORAGE_CONTAINER_NAME: "pagopa-u-weu-receipts-azure-blob-receipt-st-attach"
WORKING_DIRECTORY_PATH: "/temp"
PDV_TOKENIZER_BASE_PATH: "https://api.uat.tokenizer.pdv.pagopa.it/tokenizer/v1"
PDV_TOKENIZER_INITIAL_INTERVAL: "200"
PDV_TOKENIZER_MULTIPLIER: "2.0"
Expand Down

0 comments on commit 8e1cffe

Please sign in to comment.