Skip to content

Instantly share code, notes, and snippets.

@gled4er
Created November 28, 2017 05:21
Show Gist options
  • Save gled4er/e7cb6a46b670b1f4ef376db3614df0a8 to your computer and use it in GitHub Desktop.
Save gled4er/e7cb6a46b670b1f4ef376db3614df0a8 to your computer and use it in GitHub Desktop.
local.settings.json
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AzureWebJobsDashboard": "UseDevelopmentStorage=true",
"WeatherApiKey": {Weather-API-Key},
"OrchestrationClientUri": "http://localhost:7071/api/orchestrators/",
"MaxExecutionTime": "3000",
"ExecutionPeriod": "100"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment