Skip to content

Commit

Permalink
Include local settings for pipeline testing
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-mobley-jr committed Feb 29, 2020
1 parent 07b23cb commit ac9aeef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## files generated by popular Visual Studio add-ons.

# Azure Functions localsettings file
local.settings.json
#local.settings.json

# User-specific files
*.suo
Expand Down
8 changes: 8 additions & 0 deletions src/local.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"Cosmos": "AccountEndpoint=https://localhost:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw=="
}
}

0 comments on commit ac9aeef

Please sign in to comment.