Skip to content

Commit 939acb2

Browse files
committed
Adding CORs settings to local config
1 parent 3221b7d commit 939acb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AgileObjects.Functions.Email/local.settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"Values": {
44
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=storageaccountagileb5cd;AccountKey=e4AG+oHz5Tnipopi3LFmpbfD58E3Tw1NmXZKc8bCBUCMTpL28d+02MrnQs41e7Fc24Yo3gMdxAfLBtOeinQt3Q==;BlobEndpoint=https://storageaccountagileb5cd.blob.core.windows.net/;TableEndpoint=https://storageaccountagileb5cd.table.core.windows.net/;QueueEndpoint=https://storageaccountagileb5cd.queue.core.windows.net/;FileEndpoint=https://storageaccountagileb5cd.file.core.windows.net/",
55
"FUNCTIONS_WORKER_RUNTIME": "dotnet"
6+
},
7+
"Host": {
8+
"CORS": "*"
69
}
710
}

0 commit comments

Comments
 (0)