Skip to content

Commit

Permalink
and also remove the settings prefix from settings template
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendoksvoll committed Nov 11, 2022
1 parent a6694f4 commit 0c263c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Dan.Plugin.DATASOURCENAME/local.settings.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",


"Settings:DefaultCircuitBreakerOpenCircuitTimeSeconds": "10",
"Settings:DefaultCircuitBreakerFailureBeforeTripping": "4",
"Settings:SafeHttpClientTimeout": "30",
"DefaultCircuitBreakerOpenCircuitTimeSeconds": "10",
"DefaultCircuitBreakerFailureBeforeTripping": "4",
"SafeHttpClientTimeout": "30",

"Settings:EndpointUrl": "https://example.com"
"EndpointUrl": "https://example.com"

}
}

0 comments on commit 0c263c9

Please sign in to comment.