Skip to content

Commit

Permalink
Merge pull request #59 from takatoshiinaoka/58-localsettingsjsonのテンプレ…
Browse files Browse the repository at this point in the history
…ート作成

local.settings.jsonのテンプレート追加
  • Loading branch information
takatoshiinaoka authored Jun 17, 2023
2 parents e5a7d77 + baf91cf commit 3b3ccd0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/local.settings.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "node",
"NODE_TLS_REJECT_UNAUTHORIZED": "0",
"CosmosDBConnection": ""
}
}

0 comments on commit 3b3ccd0

Please sign in to comment.