Skip to content

Commit

Permalink
chore: add local.settings.json to enable func v4 model
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed May 16, 2024
1 parent 6ff0b73 commit dad1696
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ project.lock.json
/data
.secrets
appsettings.json
local.settings.json

node_modules
dist
Expand Down
8 changes: 8 additions & 0 deletions api/local.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsFeatureFlags": "EnableWorkerIndexing",
"FUNCTIONS_WORKER_RUNTIME": "node",
"AzureWebJobsStorage": ""
}
}

0 comments on commit dad1696

Please sign in to comment.