Browse Source

Local settings nit (#769)

pull/777/head
Justin Kotalik 6 years ago
committed by GitHub
parent
commit
c91e24cf22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      samples/azure-functions/typescript/HttpExample/local.settings.json

3
samples/azure-functions/typescript/HttpExample/local.settings.json

@ -1,7 +1,6 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet"
"FUNCTIONS_WORKER_RUNTIME": "node"
}
}
Loading…
Cancel
Save