Skip to content

Instantly share code, notes, and snippets.

@GrillPhil
Last active May 25, 2018 12:30
Show Gist options
  • Save GrillPhil/e09ee874791da3454ba326c951dd6412 to your computer and use it in GitHub Desktop.
Save GrillPhil/e09ee874791da3454ba326c951dd6412 to your computer and use it in GitHub Desktop.
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AzureWebJobsDashboard": "UseDevelopmentStorage=true",
"AzureSignalRConnectionString": "Endpoint=INSERT_YOUR_SIGNALRSERVICE_ENDPOINT_HERE;"
},
"Host": {
"LocalHttpPort": 7071,
"CORS": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment