Skip to content

Commit

Permalink
[add] local.settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
takatoshiinaoka committed Jun 17, 2023
1 parent e5a7d77 commit baf91cf
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 baf91cf

Please sign in to comment.