Skip to content

Commit 4765869

Browse files
authored
Merge pull request #27 from pamelafox/upgrade-v2
Add local.settings.json to repo
2 parents 0b63937 + 0aba5cb commit 4765869

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ dmypy.json
126126
bin
127127
obj
128128
appsettings.json
129-
local.settings.json
130129

131130
# Azurite artifacts
132131
__blobstorage__

local.settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"IsEncrypted": false,
3+
"Values": {
4+
"FUNCTIONS_WORKER_RUNTIME": "python",
5+
"AzureWebJobsFeatureFlags": "EnableWorkerIndexing"
6+
}
7+
}

0 commit comments

Comments
 (0)