-
Notifications
You must be signed in to change notification settings - Fork 2
/
env.example
21 lines (16 loc) · 1.12 KB
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
COMPOSE_PROJECT_NAME=<io-fn-template>
SLOT_TASK_HUBNAME=<FunctionsTemplateSlotTaskName>
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
SERVICE_EMAIL=example@email.com
CUSTOMCONNSTR_COSMOSDB_URI=https://cosmosdb:3000
CUSTOMCONNSTR_COSMOSDB_KEY=dummykey
COSMOSDB_NAME=testdb
# needed to connect to cosmosdb server
NODE_TLS_REJECT_UNAUTHORIZED=0