This repository was archived by the owner on Jan 15, 2025. It is now read-only.
generated from pagopa/io-functions-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.example
29 lines (22 loc) · 1.42 KB
/
env.example
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
COMPOSE_PROJECT_NAME=io-functions-cgn-operator-search
SLOT_TASK_HUBNAME=fn-os
COSMOSDB_PORT=3000
API_GATEWAY_PORT=80
FUNCTIONS_WORKER_RUNTIME=node
QueueStorageConnection=DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://fnstorage:10000/devstoreaccount1;QueueEndpoint=http://fnstorage:10001/devstoreaccount1;TableEndpoint=http://fnstorage:10002/devstoreaccount1;
AzureWebJobsStorage=DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://fnstorage:10000/devstoreaccount1;QueueEndpoint=http://fnstorage:10001/devstoreaccount1;TableEndpoint=http://fnstorage:10002/devstoreaccount1;
FUNCTIONS_V2_COMPATIBILITY_MODE=true
REQ_USER_GROUPS=ApiProfileWrite
REQ_SERVICE_ID=MyServiceId
CUSTOMCONNSTR_COSMOSDB_URI=https://cosmosdb:3000
CUSTOMCONNSTR_COSMOSDB_KEY=dummykey
COSMOSDB_NAME=testdb
# needed to connect to cosmosdb server
NODE_TLS_REJECT_UNAUTHORIZED=0
CGN_POSTGRES_DB_ADMIN_URI=postgresql://postgres:postgres@localhost:5432/postgres
CGN_POSTGRES_DB_RO_URI=postgresql://postgres:postgres@localhost:5432/postgres
CGN_POSTGRES_DB_SSL_ENABLED=false
CDN_MERCHANT_IMAGES_BASE_URL=http://localhost
CGN_EXTERNAL_SOURCE_HEADER_NAME=x-from-external
REDIS_URL=http://localhost